summaryrefslogtreecommitdiffstats
path: root/filestreewidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'filestreewidget.h')
-rw-r--r--filestreewidget.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/filestreewidget.h b/filestreewidget.h
index 86b6a15..5b064b9 100644
--- a/filestreewidget.h
+++ b/filestreewidget.h
@@ -76,7 +76,9 @@ class FilesTreeView : public QTreeView {
private:
bool exitHover(bool exitVal = true);
void doHover(const QModelIndex &idx);
- const QPixmap annotateHover(const QPixmap &hoverImage, const QModelIndex &idx) const;
+ const QString fileNameText(const QModelIndex &idx) const;
+ const QString metaDataText(const QModelIndex &idx) const;
+ const QPixmap annotateHover(const QPixmap &hoverImage, const QString &text) const;
QModelIndex mCurHover;
HoverWindow *mHoverWin;
bool mHoverPics;