summaryrefslogtreecommitdiffstats
path: root/filestreewidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'filestreewidget.h')
-rw-r--r--filestreewidget.h2
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();