From 55a9aa18d2ddd2688eeb59d962ed60067bbd9f6c Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Fri, 26 Nov 2010 18:51:04 +0000 Subject: DragAndDropHelper::isMimeTypeSupported() returns always true in the meantime - remove it svn path=/trunk/KDE/kdebase/apps/; revision=1201101 --- src/views/draganddrophelper.h | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'src/views/draganddrophelper.h') diff --git a/src/views/draganddrophelper.h b/src/views/draganddrophelper.h index 3cb506c43..f26f769e9 100644 --- a/src/views/draganddrophelper.h +++ b/src/views/draganddrophelper.h @@ -47,12 +47,6 @@ class LIBDOLPHINPRIVATE_EXPORT DragAndDropHelper : public QObject public: static DragAndDropHelper& instance(); - /** - * Returns true, if Dolphin supports the dragging of - * the given mime data. - */ - bool isMimeDataSupported(const QMimeData* mimeData) const; - /** * Creates a drag object for the view \a itemView for all selected items. */ @@ -61,7 +55,7 @@ public: DolphinViewController* dolphinViewController = 0); /** - * Returns true if and only if the view \a itemView was the last view to + * Returns true if and only if the view \a itemView was the last view to * be passed to startDrag(...), and that drag is still in progress. */ bool isDragSource(QAbstractItemView* itemView) const; @@ -85,13 +79,13 @@ signals: private: DragAndDropHelper(); - + /** * Creates a pixmap the contains the all icons of the items * that are dragged. */ QPixmap createDragPixmap(QAbstractItemView* itemView) const; - + // The last view passed in startDrag(...), or 0 if // no startDrag(...) initiated drag is in progress. QAbstractItemView *m_dragSource; -- cgit v1.3