┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphindetailsview.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2008-03-12 16:49:55 +0000
committerPeter Penz <[email protected]>2008-03-12 16:49:55 +0000
commit38fa728aa607af2fb890f4d602d68ed1ae9d2278 (patch)
treee0fd2b05c52e2f8740bbd18201fa3c974c4dfbac /src/dolphindetailsview.h
parent9cd5e1f96573668a9afb28f4822ffd881e947999 (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/dolphindetailsview.h')
-rw-r--r--src/dolphindetailsview.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/dolphindetailsview.h b/src/dolphindetailsview.h
index 295936258..88471746d 100644
--- a/src/dolphindetailsview.h
+++ b/src/dolphindetailsview.h
@@ -161,8 +161,7 @@ private:
QFont m_font;
QSize m_decorationSize;
- 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;
bool m_showElasticBand;
QPoint m_elasticBandOrigin;