diff options
| author | Peter Penz <[email protected]> | 2008-03-30 13:19:01 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2008-03-30 13:19:01 +0000 |
| commit | e8cb5a292d146c833e65f1d14bfda1219bda8dfa (patch) | |
| tree | 3ec7c7c53372efbf46575ad99c56b3396eacd981 /src/dolphiniconsview.h | |
| parent | b6f970d355ee694bbe02e0e7d4f8b517f163c9a8 (diff) | |
Third attempt for fixing the layout issue, this time without side effects and only with very minor performance overhead...
svn path=/trunk/KDE/kdebase/apps/; revision=791824
Diffstat (limited to 'src/dolphiniconsview.h')
| -rw-r--r-- | src/dolphiniconsview.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dolphiniconsview.h b/src/dolphiniconsview.h index 01aac03f2..c912b99f7 100644 --- a/src/dolphiniconsview.h +++ b/src/dolphiniconsview.h @@ -48,6 +48,9 @@ public: explicit DolphinIconsView(QWidget* parent, DolphinController* controller); virtual ~DolphinIconsView(); +protected slots: + virtual void dataChanged(const QModelIndex& topLeft, const QModelIndex& bottomRight); + protected: virtual QStyleOptionViewItem viewOptions() const; virtual void contextMenuEvent(QContextMenuEvent* event); |
