diff options
Diffstat (limited to 'filesystemwidget.h')
-rw-r--r-- | filesystemwidget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/filesystemwidget.h b/filesystemwidget.h index b668ae6..d6abc41 100644 --- a/filesystemwidget.h +++ b/filesystemwidget.h @@ -71,6 +71,7 @@ class FilesystemWidget : public QWidget { void dirExpanded(const QModelIndex &idx); void dirCollapsed(const QModelIndex &idx); void fileEditorClosed(const QModelIndex &idx); + void resizeFileView(); private: void setWindowTitle(const QString &dir); |