diff options
| author | Felix Ernst <[email protected]> | 2026-04-26 13:05:57 +0200 |
|---|---|---|
| committer | Méven Car <[email protected]> | 2026-04-26 11:05:57 +0000 |
| commit | a5c36c615a9388301330c9a32898d4f4b57eede7 (patch) | |
| tree | 1299454057ff3db6d518a6e99fbef44d32d9a7d1 /src/dolphinmainwindow.h | |
| parent | 2dce7352c1edfb13c90a8a3b858d113e3a9300b2 (diff) | |
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
Diffstat (limited to 'src/dolphinmainwindow.h')
| -rw-r--r-- | src/dolphinmainwindow.h | 14 |
1 files changed, 3 insertions, 11 deletions
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); /** @@ -556,12 +554,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 { |
