┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinmainwindow.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-01-25 21:06:59 +0000
committerPeter Penz <[email protected]>2007-01-25 21:06:59 +0000
commit5e22e4efbae47541b5fb712de149ad4653500f83 (patch)
tree9985a9f7d334263509684dc0c06790ea12b00950 /src/dolphinmainwindow.h
parentfb0b2a777ba8064d4afc3e4e38a80d3505b49d0a (diff)
David's patches come in faster than light: removed code duplication, as a proper default implementation is now available in KonqUndoManager::UiInterface::copiedFileWasModified().
svn path=/trunk/playground/utils/dolphin/; revision=627164
Diffstat (limited to 'src/dolphinmainwindow.h')
-rw-r--r--src/dolphinmainwindow.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h
index ac10a37b4..6052ec5ba 100644
--- a/src/dolphinmainwindow.h
+++ b/src/dolphinmainwindow.h
@@ -379,10 +379,7 @@ private:
UndoUiInterface(DolphinMainWindow* mainWin);
virtual ~UndoUiInterface();
virtual void jobError(KIO::Job* job);
- virtual bool copiedFileWasModified(const KUrl& src,
- const KUrl& dest,
- time_t srcTime,
- time_t destTime);
+
private:
DolphinMainWindow* m_mainWin;
};