diff options
| author | Peter Penz <[email protected]> | 2008-11-13 17:22:35 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2008-11-13 17:22:35 +0000 |
| commit | c0fd7f2a19d82e91df1ec795aee7b335b442f0e8 (patch) | |
| tree | 792cb872125f930c7d28c774bbe168b9d7198e6c /src/dolphinmainwindow.h | |
| parent | a49fe38e3eb59e8a5893bfe79f35a51c0acbb4eb (diff) | |
* show an error message instead of an information message when an invalid dragging is done
* show an error message if a folder is dropped on to itself
svn path=/trunk/KDE/kdebase/apps/; revision=883836
Diffstat (limited to 'src/dolphinmainwindow.h')
| -rw-r--r-- | src/dolphinmainwindow.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index 8cfdda34a..464083696 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -171,9 +171,6 @@ private slots: /** Shows the error message in the status bar of the active view. */ void showErrorMessage(const QString& message); - /** Shows the information message in the status bar of the active view. */ - void showInformationMessage(const QString& message); - /** * Updates the state of the 'Undo' menu action dependent * from the parameter \a available. |
