summaryrefslogtreecommitdiffstats
path: root/picturelistview.h
diff options
context:
space:
mode:
Diffstat (limited to 'picturelistview.h')
-rw-r--r--picturelistview.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/picturelistview.h b/picturelistview.h
index 320102f..d1c8779 100644
--- a/picturelistview.h
+++ b/picturelistview.h
@@ -14,7 +14,6 @@
#include "smtreeview.h"
#include "picfilesmodel.h"
#include "pictureviewer2.h"
-#include "hoverwindow.h"
class PictureListView : public SmTreeView {
Q_OBJECT
@@ -32,11 +31,8 @@ class PictureListView : public SmTreeView {
void refresh();
void setPVData(int replace = false);
void setPVAll();
- void setHoverWinVisible(bool visible) const;
protected:
- virtual void hideEvent(QHideEvent *);
- virtual bool event(QEvent *e);
virtual void contextMenuEvent(QContextMenuEvent *e);
private slots:
@@ -48,7 +44,6 @@ class PictureListView : public SmTreeView {
void selectedSize(qint64);
private:
- HoverWindow *mHoverWin;
QModelIndex mCurHover;
QSortFilterProxyModel *mProxy;
PicFilesModel *mModel;