diff options
| author | Holger Freyther <[email protected]> | 2006-11-25 23:23:08 +0000 |
|---|---|---|
| committer | Holger Freyther <[email protected]> | 2006-11-25 23:23:08 +0000 |
| commit | 1d03eac7fc147366951ac2cbd19bc0ca711044ef (patch) | |
| tree | 7a8e11a1187ce55847e0171a3bb079615d28608a /src/dolphiniconsview.h | |
| parent | 8fa346cd4b31fba8f0cf0aea4522ed71e470f81c (diff) | |
Update the ActiveView in DolphinIconsView similiar to DolphinView::mouseReleaseEvent
svn path=/trunk/playground/utils/dolphin/; revision=607853
Diffstat (limited to 'src/dolphiniconsview.h')
| -rw-r--r-- | src/dolphiniconsview.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/dolphiniconsview.h b/src/dolphiniconsview.h index f83f6f1a9..885ff6b0b 100644 --- a/src/dolphiniconsview.h +++ b/src/dolphiniconsview.h @@ -40,6 +40,12 @@ class DolphinIconsView : public QListView public: DolphinIconsView(DolphinView* parent); virtual ~DolphinIconsView(); + +protected: + void mouseReleaseEvent(QMouseEvent* event); + +private: + DolphinView *m_parentView; }; #endif |
