]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/views/dolphinview.cpp
dolphinview: Add widget parameter to elided QToolTip::showText
[dolphin.git] / src / views / dolphinview.cpp
index fc4f5e2df9905b37b45177c14b319f31d3c7e0d4..d5908a0814801c493af44eb4f44f56b8326046b1 100644 (file)
@@ -2440,7 +2440,7 @@ bool DolphinView::tryShowNameToolTip(QHelpEvent *event)
             const KFileItem item = m_model->fileItem(index.value());
             const QString text = item.text();
             const QPoint pos = mapToGlobal(event->pos());
-            QToolTip::showText(pos, text);
+            QToolTip::showText(pos, text, this);
             return true;
         }
     }