summaryrefslogtreecommitdiffstats
path: root/filestreewidget.h
diff options
context:
space:
mode:
authorArno <am@disconnect.de>2010-10-16 12:47:49 +0200
committerArno <am@disconnect.de>2010-10-16 12:47:49 +0200
commitf10a0a63e699288f1288c193c49795cae9cb3b40 (patch)
treea4bd7c83440223a2eeec787f8f50c070e34fbe72 /filestreewidget.h
parent101cc9ec266a2d3b5168ab5053efbf868be7e25b (diff)
downloadSheMov-f10a0a63e699288f1288c193c49795cae9cb3b40.tar.gz
SheMov-f10a0a63e699288f1288c193c49795cae9cb3b40.tar.bz2
SheMov-f10a0a63e699288f1288c193c49795cae9cb3b40.zip
Created general purpose HoverWidget
This commit outsources the HoverWindow to a seperate file and makes it possible to set a pixmap to the window. Also the cursor offset is only calculated once in SmGlobals.
Diffstat (limited to 'filestreewidget.h')
-rw-r--r--filestreewidget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/filestreewidget.h b/filestreewidget.h
index 86686ca..c340020 100644
--- a/filestreewidget.h
+++ b/filestreewidget.h
@@ -18,6 +18,7 @@ class FilesTreeModel;
class FilesTreeSortModel;
class SeriesTreeModel;
class PictureViewer;
+class HoverWindow;
class QContextMenuEvent;
class QSpinBox;
class QPushButton;