]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinviewcontainer.h
dolphinview: fix crash
[dolphin.git] / src / dolphinviewcontainer.h
index e827c08856e1a740c2e17a8b175d6b116a623b0d..d4ab0e66ec758d39ec7cbc035cc51a74fd8b4000 100644 (file)
@@ -184,6 +184,12 @@ public:
      */
     void showMessage(const QString &message, KMessageWidget::MessageType messageType, std::initializer_list<QAction *> buttonActions = {});
 
+    /**
+     * Forwards to DolphinStatusBar::showProgress(). Only exception: The button to cancel the task is hidden.
+     * @see DolphinStatusBar::showProgress().
+     */
+    void showProgress(const QString &currentlyRunningTaskTitle, int progressPercent);
+
     /**
      * Refreshes the view container to get synchronized with the (updated) Dolphin settings.
      */