diff options
author | Arno <arno@disconnect.de> | 2019-11-22 16:25:30 +0100 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2019-11-22 16:25:30 +0100 |
commit | b98ca1a0618865c3edd67a29c0af6da1d87ad269 (patch) | |
tree | 76894781e74b003c389273e8902e3cbc9ac6c0d3 /picturelistview.h | |
parent | 7d0e2081df281f494321b25e7ba4324faff2cc90 (diff) | |
download | SheMov-b98ca1a0618865c3edd67a29c0af6da1d87ad269.tar.gz SheMov-b98ca1a0618865c3edd67a29c0af6da1d87ad269.tar.bz2 SheMov-b98ca1a0618865c3edd67a29c0af6da1d87ad269.zip |
Kill hover madness, part 1
Didn't work any more, and prevents it to build even under MSYS2
(windows), since xcb.h is not available. Next, kill the configuration
options.
Diffstat (limited to 'picturelistview.h')
-rw-r--r-- | picturelistview.h | 5 |
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; |