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/draganddrophelper.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/draganddrophelper.h') diff --git a/src/draganddrophelper.h b/src/draganddrophelper.h index 8e1e4531f..93f9ddd12 100644 --- a/src/draganddrophelper.h +++ b/src/draganddrophelper.h @@ -28,7 +28,7 @@ class QRect; class QWidget; /** - * @brief Helper class to bypass some drag & drop limitations in Qt. + * @brief Helper class for having a common drag and drop behavior. * * The class is used by DolphinIconsView, DolphinDetailsView, * DolphinColumnView and SidebarTreeView to have a consistent @@ -42,11 +42,6 @@ public: * Creates a drag object for the view \a itemView for all selected items. */ static void startDrag(QAbstractItemView* itemView, Qt::DropActions supportedActions); - - // TODO: remove this method when the issue #160611 is solved in Qt 4.4 - static void drawHoverIndication(QAbstractItemView* itemView, - const QRect& bounds, - const QBrush& brush); }; #endif -- cgit v1.3