diff options
author | Arno <am@disconnect.de> | 2015-02-14 16:34:02 +0100 |
---|---|---|
committer | Arno <am@disconnect.de> | 2015-02-14 16:34:02 +0100 |
commit | afdb93e180808af02995053eb973d593a3545d55 (patch) | |
tree | 93a23ab7f847b5d51098c244253d27b304118075 /filesystemwidget.h | |
parent | 61345c3d52ab2e5d8243596e9368753477180968 (diff) | |
download | SheMov-afdb93e180808af02995053eb973d593a3545d55.tar.gz SheMov-afdb93e180808af02995053eb973d593a3545d55.tar.bz2 SheMov-afdb93e180808af02995053eb973d593a3545d55.zip |
Center QFileDialog
Center Filedialog in NewMovieWizard::infoPage when adding source files.
Also switch to the directory from FSWidget.
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 &); |