summaryrefslogtreecommitdiffstats
path: root/fileview.h
diff options
context:
space:
mode:
Diffstat (limited to 'fileview.h')
-rw-r--r--fileview.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fileview.h b/fileview.h
index f913179..885eac0 100644
--- a/fileview.h
+++ b/fileview.h
@@ -58,6 +58,7 @@ class FileView : public QTreeView {
bool mHoverMovies;
bool mHoverPics;
QString mWhen;
+ qint16 mCursorOffset;
};
#endif