┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/tooltips/tooltipmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tooltips/tooltipmanager.h')
-rw-r--r--src/tooltips/tooltipmanager.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/tooltips/tooltipmanager.h b/src/tooltips/tooltipmanager.h
index b9af69445..e1f9770c3 100644
--- a/src/tooltips/tooltipmanager.h
+++ b/src/tooltips/tooltipmanager.h
@@ -67,7 +67,13 @@ private slots:
void previewFailed();
private:
- void showToolTip(const QIcon& icon, const QString& text);
+ void showToolTip(const QPixmap& pixmap);
+
+ /**
+ * Creates widget that represents the tip content having
+ * an icon and the meta data information.
+ */
+ QWidget* createTipContent(const QPixmap& pixmap) const;
QAbstractItemView* m_view;
DolphinModel* m_dolphinModel;