┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphincolumnwidget.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/dolphincolumnwidget.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/dolphincolumnwidget.h')
-rw-r--r--src/dolphincolumnwidget.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/dolphincolumnwidget.h b/src/dolphincolumnwidget.h
index b8113cd6f..3472f95d8 100644
--- a/src/dolphincolumnwidget.h
+++ b/src/dolphincolumnwidget.h
@@ -139,8 +139,7 @@ private:
IconManager* m_iconManager;
- 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;
};
inline bool DolphinColumnWidget::isActive() const