From 38fa728aa607af2fb890f4d602d68ed1ae9d2278 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Wed, 12 Mar 2008 16:49:55 +0000 Subject: 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 --- src/dolphincolumnwidget.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/dolphincolumnwidget.h') 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 -- cgit v1.3