┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/draganddrophelper.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/draganddrophelper.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/draganddrophelper.h')
-rw-r--r--src/draganddrophelper.h7
1 files changed, 1 insertions, 6 deletions
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