┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinmainwindow.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-01-25 17:56:29 +0000
committerPeter Penz <[email protected]>2007-01-25 17:56:29 +0000
commit33fab30e5788ee9cda288f72a737a5369174415e (patch)
tree3f3294ade93efdf705745cab773a146b0e0475d3 /src/dolphinmainwindow.h
parent214ee5de3fab8db92db116496b73200e466b41de (diff)
Cleanup of URL drop handling (simplified code, modifier keys work again). After further minor cleanups it looks like KonqOperations::doDrop() can be used later on :-)
svn path=/trunk/playground/utils/dolphin/; revision=627105
Diffstat (limited to 'src/dolphinmainwindow.h')
-rw-r--r--src/dolphinmainwindow.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h
index 2f1474224..804192aa4 100644
--- a/src/dolphinmainwindow.h
+++ b/src/dolphinmainwindow.h
@@ -324,24 +324,6 @@ private slots:
/** Open a new main window. */
void openNewMainWindow();
- /**
- * Moves the items indicated by m_droppedUrls to the URL
- * m_destination.
- */
- void moveDroppedItems();
-
- /**
- * Copies the items indicated by m_droppedUrls to the URL
- * m_destination.
- */
- void copyDroppedItems();
-
- /**
- * Links the items indicated by m_droppedUrls to the URL
- * m_destination.
- */
- void linkDroppedItems();
-
private:
DolphinMainWindow();
void init();
@@ -371,9 +353,6 @@ private:
QSplitter* m_splitter;
DolphinView* m_activeView;
- KUrl m_dropDestination;
- KUrl::List m_droppedUrls;
-
/**
* DolphinMainWindowsupports only one or two views, which
* are handled internally as primary and secondary view.