diff options
| author | Peter Penz <[email protected]> | 2007-01-25 21:06:59 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-01-25 21:06:59 +0000 |
| commit | 5e22e4efbae47541b5fb712de149ad4653500f83 (patch) | |
| tree | 9985a9f7d334263509684dc0c06790ea12b00950 /src/dolphinmainwindow.h | |
| parent | fb0b2a777ba8064d4afc3e4e38a80d3505b49d0a (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.h | 5 |
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; }; |
