diff options
Diffstat (limited to 'src/dolphinpart.h')
| -rw-r--r-- | src/dolphinpart.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/dolphinpart.h b/src/dolphinpart.h index e21141b12..d1c5b3c7f 100644 --- a/src/dolphinpart.h +++ b/src/dolphinpart.h @@ -178,6 +178,18 @@ private Q_SLOTS: */ void updateNewMenu(); + /** + * Updates the number of items (= number of files + number of + * directories) in the statusbar. If files are selected, the number + * of selected files and the sum of the filesize is shown. + */ + void updateStatusBar(); + + /** + * Notify container of folder loading progress. + */ + void updateProgress(int percent); + private: void createActions(); void createGoAction(const char* name, const char* iconName, |
