diff options
| author | Peter Penz <[email protected]> | 2007-06-02 15:04:44 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-06-02 15:04:44 +0000 |
| commit | 10f131fff826036c8299f7547cb4f4323dac5c36 (patch) | |
| tree | d0a62b45b674b1170e54653144afcc773edf09d7 /src/dolphiniconsview.h | |
| parent | eda07dc98644978c7134857c429507babf5ae57d (diff) | |
Assure that the selection is cleared if a click on the viewport is done.
svn path=/trunk/KDE/kdebase/apps/; revision=670761
Diffstat (limited to 'src/dolphiniconsview.h')
| -rw-r--r-- | src/dolphiniconsview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dolphiniconsview.h b/src/dolphiniconsview.h index 560d4976a..c1301cd89 100644 --- a/src/dolphiniconsview.h +++ b/src/dolphiniconsview.h @@ -46,6 +46,7 @@ public: protected: virtual QStyleOptionViewItem viewOptions() const; virtual void contextMenuEvent(QContextMenuEvent* event); + virtual void mousePressEvent(QMouseEvent* event); virtual void mouseReleaseEvent(QMouseEvent* event); virtual void dragEnterEvent(QDragEnterEvent* event); virtual void dropEvent(QDropEvent* event); |
