diff options
| author | Peter Penz <[email protected]> | 2008-03-12 16:49:55 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2008-03-12 16:49:55 +0000 |
| commit | 38fa728aa607af2fb890f4d602d68ed1ae9d2278 (patch) | |
| tree | e0fd2b05c52e2f8740bbd18201fa3c974c4dfbac /src/dolphiniconsview.h | |
| parent | 9cd5e1f96573668a9afb28f4822ffd881e947999 (diff) | |
As the Qt-issue 160611 is solved in Qt4.4 and Fredrik has improved KFileItemDelegate, it is not necessary anymore drawing a custom drag & drop indication.
svn path=/trunk/KDE/kdebase/apps/; revision=784851
Diffstat (limited to 'src/dolphiniconsview.h')
| -rw-r--r-- | src/dolphiniconsview.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/dolphiniconsview.h b/src/dolphiniconsview.h index 20d41051a..d96d7c7e9 100644 --- a/src/dolphiniconsview.h +++ b/src/dolphiniconsview.h @@ -60,7 +60,6 @@ protected: virtual void dragLeaveEvent(QDragLeaveEvent* event); virtual void dragMoveEvent(QDragMoveEvent* event); virtual void dropEvent(QDropEvent* event); - virtual void paintEvent(QPaintEvent* event); virtual void keyPressEvent(QKeyEvent* event); virtual void wheelEvent(QWheelEvent* event); @@ -104,9 +103,7 @@ private: Qt::Alignment m_displayAlignment; QSize m_itemSize; - - bool m_dragging; // TODO: remove this property when the issue #160611 is solved in Qt 4.4 - QRect m_dropRect; // TODO: remove this property when the issue #160611 is solved in Qt 4.4 + QRect m_dropRect; }; #endif |
