summaryrefslogtreecommitdiffstats
path: root/fileview.h
diff options
context:
space:
mode:
Diffstat (limited to 'fileview.h')
-rw-r--r--fileview.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/fileview.h b/fileview.h
index 3f35830..548a240 100644
--- a/fileview.h
+++ b/fileview.h
@@ -38,7 +38,8 @@ class FileView : public QTreeView {
void markFiles();
void unmarkFiles();
void createFolder();
- void readConfig();
+ void readConfig();
+ void resizeColumns(int columns);
protected slots:
virtual void closeEditor(QWidget *editor, QAbstractItemDelegate::EndEditHint hint);