X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/1c7feac8098a815eaa38d19f6fb22105517a2e6e..99c48acc8ea5e614e447a8f62d92c8d12e9cf58b:/src/views/dolphinview.cpp diff --git a/src/views/dolphinview.cpp b/src/views/dolphinview.cpp index fc4f5e2df..d5908a081 100644 --- a/src/views/dolphinview.cpp +++ b/src/views/dolphinview.cpp @@ -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; } }