Skip to content

Reuse metadata widget when creating tooltips

Nicolas Fella requested to merge work/lesswastefultooltip into master

Currently any time we hover the mouse over a file we create a new DolphinFileMetaDataWidget (even when we don't actually show a tooltip).

That is quite wasteful

Instead we can reuse the existing instance and only change the URL

Edited by Nicolas Fella

Merge request reports