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 108d00a..23f8572 100644 --- a/filesystemwidget.h +++ b/filesystemwidget.h @@ -42,6 +42,7 @@ class FilesystemWidget : public QWidget { PictureViewer2 *pictureViewer() { return mPicViewer; } QToolBar *toolBar() { return mToolBar; } bool isMounted(); + const QString currentDir() const; signals: void windowTitle(const QString &); |