┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphiniconsview.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2008-03-29 19:40:26 +0000
committerPeter Penz <[email protected]>2008-03-29 19:40:26 +0000
commitae7d038d33590fb24d89b876e8a266d97357299c (patch)
tree7f0fa6a672cf3796a6e9931aad71954bc6557929 /src/dolphiniconsview.h
parent7ee8ead0142802e0995674d314b1eb9589b15ae2 (diff)
QListView might return a wrong x-position if the decoration size decreases. I temporary bypassed this in Dolphin, as I'm not 100 % sure whether it is really a QListView issue or related to KFileItemDelegate. To reproduce this issue with Qt-only quite a lot effort is needed -> I'll wait until Qt4.4 final is released...
CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=791535
Diffstat (limited to 'src/dolphiniconsview.h')
-rw-r--r--src/dolphiniconsview.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dolphiniconsview.h b/src/dolphiniconsview.h
index 01aac03f2..65d53ce71 100644
--- a/src/dolphiniconsview.h
+++ b/src/dolphiniconsview.h
@@ -47,6 +47,7 @@ class LIBDOLPHINPRIVATE_EXPORT DolphinIconsView : public KCategorizedView
public:
explicit DolphinIconsView(QWidget* parent, DolphinController* controller);
virtual ~DolphinIconsView();
+ virtual QRect visualRect(const QModelIndex& index) const;
protected:
virtual QStyleOptionViewItem viewOptions() const;