From a5c36c615a9388301330c9a32898d4f4b57eede7 Mon Sep 17 00:00:00 2001 From: Felix Ernst Date: Sun, 26 Apr 2026 13:05:57 +0200 Subject: Remove code for notifying about successful job completion Because of a bug these messages haven't reached users in years, and it seems it is better this way. Remove the dead code. Preparation for https://invent.kde.org/system/dolphin/-/merge_requests/1254 --- src/dolphinmainwindow.h | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) (limited to 'src/dolphinmainwindow.h') diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index 9c41f73fe..4b2b0c87b 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -301,15 +301,13 @@ private Q_SLOTS: */ void refreshViews(); - void clearStatusBar(); - /** Updates the 'Create New...' sub menu. */ void updateNewMenu(); void createDirectory(); void createFile(); - /** Shows the error message in the status bar of the active view. */ + /** Shows the error message in a non-modal message box above the active view. */ void showErrorMessage(const QString &message); /** @@ -555,12 +553,6 @@ private Q_SLOTS: */ void showTarget(); - /** - * Indicates in the statusbar that the execution of the command \a command - * has been finished. - */ - void showCommand(CommandType command); - /** * If the URL can be listed, open it in the current view, otherwise * run it through KRun. @@ -770,8 +762,8 @@ private: private: /** * Implements a custom error handling for the undo manager. This - * assures that all errors are shown in the status bar of Dolphin - * instead as modal error dialog with an OK button. + * assures that all errors are shown as a message box above the view, + * and not as modal error dialogs with an OK button. */ class UndoUiInterface : public KIO::FileUndoManager::UiInterface { -- cgit v1.3