From b98ca1a0618865c3edd67a29c0af6da1d87ad269 Mon Sep 17 00:00:00 2001 From: Arno Date: Fri, 22 Nov 2019 16:25:30 +0100 Subject: 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. --- picturelistview.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'picturelistview.h') 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; -- cgit v1.2.3-70-g09d2