diff options
Diffstat (limited to 'src/dolphinviewcontainer.h')
| -rw-r--r-- | src/dolphinviewcontainer.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/dolphinviewcontainer.h b/src/dolphinviewcontainer.h index 59b3c79ed..734021aa9 100644 --- a/src/dolphinviewcontainer.h +++ b/src/dolphinviewcontainer.h @@ -154,7 +154,9 @@ private slots: */ void updateStatusBar(); - void updateProgress(int percent); + void updateLoadingProgress(int percent); + + void updateSortProgress(int percent); /** * Updates the statusbar to show an undetermined progress with the correct |
