diff options
| author | Peter Penz <[email protected]> | 2007-09-17 14:36:41 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-09-17 14:36:41 +0000 |
| commit | d78fe954abb9ea0ed05f8c22d6842a457c0a209e (patch) | |
| tree | 6529cc7867105862a8a564bb74a8042091695983 /src/dolphinmainwindow.cpp | |
| parent | b3db0a708a630d9f59857ab7dcbfe8f29e3e8eb9 (diff) | |
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
Diffstat (limited to 'src/dolphinmainwindow.cpp')
| -rw-r--r-- | src/dolphinmainwindow.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
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(); |
