diff options
author | william <william.os4y@gmail.com> | 2015-03-21 00:02:20 +0100 |
---|---|---|
committer | william <william.os4y@gmail.com> | 2015-03-21 00:02:20 +0100 |
commit | 3386ba378052c028cf34fd22f72101847365380a (patch) | |
tree | 6bf24ba11b5ccc78dc0fc6e908fb69c2bc67ad89 /lumina-fm/MainUI.h | |
parent | Add in statusBar, side to the number of items displayed, the size of the files (diff) | |
download | lumina-3386ba378052c028cf34fd22f72101847365380a.tar.gz lumina-3386ba378052c028cf34fd22f72101847365380a.tar.bz2 lumina-3386ba378052c028cf34fd22f72101847365380a.zip |
Add possibility to calculate the file size of the selected items.
Refactoring of the procedure
Diffstat (limited to 'lumina-fm/MainUI.h')
-rw-r--r-- | lumina-fm/MainUI.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lumina-fm/MainUI.h b/lumina-fm/MainUI.h index 97cadf86..43607be0 100644 --- a/lumina-fm/MainUI.h +++ b/lumina-fm/MainUI.h @@ -114,6 +114,7 @@ private: //Common functions for browser info/usage QString getCurrentDir(); + QString ItemsInstatusBar(QFileInfoList fileList, QString message); void setCurrentDir(QString); QFileInfoList getSelectedItems(); //QModelIndexList getVisibleItems(); @@ -228,4 +229,4 @@ protected: }; -#endif
\ No newline at end of file +#endif |