diff options
Diffstat (limited to 'src/views/dolphindetailsview.h')
| -rw-r--r-- | src/views/dolphindetailsview.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/views/dolphindetailsview.h b/src/views/dolphindetailsview.h index 67f7f2e3e..479683f66 100644 --- a/src/views/dolphindetailsview.h +++ b/src/views/dolphindetailsview.h @@ -62,6 +62,9 @@ public: */ QSet<KUrl> expandedUrls() const; +public: + virtual QRect visualRect(const QModelIndex& index) const; + protected: virtual bool event(QEvent* event); virtual QStyleOptionViewItem viewOptions() const; @@ -76,7 +79,6 @@ protected: virtual void wheelEvent(QWheelEvent* event); virtual void currentChanged(const QModelIndex& current, const QModelIndex& previous); virtual bool eventFilter(QObject* watched, QEvent* event); - virtual QRect visualRect(const QModelIndex& index) const; virtual bool acceptsDrop(const QModelIndex& index) const; protected slots: |
