From e46003aca365ca66ce7c7cccd47fb52d1da2fb91 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Tue, 20 Nov 2007 21:11:48 +0000 Subject: Drag & drop fixes for all views: assure that a consistent pixmap for the drag object is used throughout all views (still open yet: KCategorizedView uses its custom code yet) svn path=/trunk/KDE/kdebase/apps/; revision=739322 --- src/dolphincolumnwidget.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/dolphincolumnwidget.h') diff --git a/src/dolphincolumnwidget.h b/src/dolphincolumnwidget.h index fdb0471f2..e8fea3bf5 100644 --- a/src/dolphincolumnwidget.h +++ b/src/dolphincolumnwidget.h @@ -92,6 +92,7 @@ public: protected: virtual QStyleOptionViewItem viewOptions() const; + virtual void startDrag(Qt::DropActions supportedActions); virtual void dragEnterEvent(QDragEnterEvent* event); virtual void dragLeaveEvent(QDragLeaveEvent* event); virtual void dragMoveEvent(QDragMoveEvent* event); -- cgit v1.3