diff options
Diffstat (limited to 'src/dolphinviewcontainer.h')
| -rw-r--r-- | src/dolphinviewcontainer.h | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/src/dolphinviewcontainer.h b/src/dolphinviewcontainer.h index a780722ba..337452e5c 100644 --- a/src/dolphinviewcontainer.h +++ b/src/dolphinviewcontainer.h @@ -152,15 +152,19 @@ private slots: */ void updateStatusBar(); - void initializeProgress(); - void updateProgress(int percent); /** + * Updates the statusbar to show an undetermined progress with the correct + * context information whether a searching or a directory loading is done. + */ + void slotStartedPathLoading(); + + /** * Assures that the viewport position is restored and updates the * statusbar to reflect the current content. */ - void slotDirListerCompleted(); + void slotFinishedPathLoading(); /** * Handles clicking on an item. If the item is a directory, the |
