From 85aec92f819eae5a6189bd3ec25cff44dce3ae19 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Fri, 12 Dec 2008 06:55:26 +0000 Subject: SVN_SILENT: removed trailing spaces svn path=/trunk/KDE/kdebase/apps/; revision=895978 --- src/draganddrophelper.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/draganddrophelper.h') diff --git a/src/draganddrophelper.h b/src/draganddrophelper.h index e62897208..bf8c0b79d 100644 --- a/src/draganddrophelper.h +++ b/src/draganddrophelper.h @@ -47,20 +47,20 @@ 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. */ void startDrag(QAbstractItemView* itemView, Qt::DropActions supportedActions, DolphinController* controller = 0); - + /** * Handles the dropping of URLs to the given * destination. A context menu with the options @@ -77,10 +77,10 @@ public: QWidget* widget); signals: void errorMessage(const QString& msg); - + private: DragAndDropHelper(); - + friend class DragAndDropHelperSingleton; }; -- cgit v1.3