diff options
Diffstat (limited to 'src/dolphinmainwindow.h')
| -rw-r--r-- | src/dolphinmainwindow.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index c98d2386a..8cfdda34a 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -168,11 +168,11 @@ private slots: /** Updates the 'Create New...' sub menu. */ void updateNewMenu(); - /** - * Shows the error information from the places model - * in the status bar. - */ - void slotHandlePlacesError(const QString &message); + /** 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 |
