From d78fe954abb9ea0ed05f8c22d6842a457c0a209e Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Mon, 17 Sep 2007 14:36:41 +0000 Subject: drag and drop fixes for the column view (implied a signal changed which affected other views too) svn path=/trunk/KDE/kdebase/apps/; revision=713430 --- src/dolphinmainwindow.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/dolphinmainwindow.cpp') diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp index 84f183327..f3dbfcf6e 100644 --- a/src/dolphinmainwindow.cpp +++ b/src/dolphinmainwindow.cpp @@ -150,6 +150,9 @@ void DolphinMainWindow::refreshViews() void DolphinMainWindow::dropUrls(const KUrl::List& urls, const KUrl& destination) { + kDebug() << "Source" << urls; + kDebug() << "Destination:" << destination; + Qt::DropAction action = Qt::CopyAction; Qt::KeyboardModifiers modifier = QApplication::keyboardModifiers(); -- cgit v1.3