diff options
| author | Peter Penz <[email protected]> | 2010-08-19 17:30:36 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2010-08-19 17:30:36 +0000 |
| commit | 0d54de1d650e16461033e9d7501d54955e4d1ef6 (patch) | |
| tree | 1cec45e850734971f3626802c0d6bb1f2d4b848d /src/views/selectionmanager.h | |
| parent | c7e28e71275085d27c827ecfaa81f8a5106d6206 (diff) | |
Set the toggle invisible, if a mouse button has been pressed outside the toggle boundaries. This e.g. assures, that the toggle gets invisible during dragging items.
BUG: 244304
FIXED-IN: 4.6.0
svn path=/trunk/KDE/kdebase/apps/; revision=1165577
Diffstat (limited to 'src/views/selectionmanager.h')
| -rw-r--r-- | src/views/selectionmanager.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/views/selectionmanager.h b/src/views/selectionmanager.h index c2fcc88b4..85145a50b 100644 --- a/src/views/selectionmanager.h +++ b/src/views/selectionmanager.h @@ -42,6 +42,7 @@ class SelectionManager : public QObject public: SelectionManager(QAbstractItemView* parent); virtual ~SelectionManager(); + virtual bool eventFilter(QObject* watched, QEvent* event); public slots: /** |
