diff options
author | Arno <am@disconnect.de> | 2010-07-24 18:11:28 +0200 |
---|---|---|
committer | Arno <am@disconnect.de> | 2010-07-24 18:11:28 +0200 |
commit | bfcb2cd0e0168e1f740678a626a5d5077cf6e677 (patch) | |
tree | 97c46f7d40d44c697106039a7591ca0fdf0b48c9 /filestreewidget.h | |
parent | 6e8475d9d3b36dffa41fbb9a5d777d64b3cbc9f6 (diff) | |
download | SheMov-bfcb2cd0e0168e1f740678a626a5d5077cf6e677.tar.gz SheMov-bfcb2cd0e0168e1f740678a626a5d5077cf6e677.tar.bz2 SheMov-bfcb2cd0e0168e1f740678a626a5d5077cf6e677.zip |
Fix selected items in statusbar for archive
Show number of selected items of FilesTreeView in statusbar when
selecting files.
Diffstat (limited to 'filestreewidget.h')
-rw-r--r-- | filestreewidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/filestreewidget.h b/filestreewidget.h index 6f87e62..ae723e3 100644 --- a/filestreewidget.h +++ b/filestreewidget.h @@ -27,7 +27,7 @@ class FilesTreeWidget : public QWidget { public: explicit FilesTreeWidget(QWidget *parent = 0); FilesTreeView *filesTree() { return mView; } - void resetSize() { mSelectedSize = 0; } + void resetSize(); public slots: void moveToBurn(); |