diff options
author | saturneric <[email protected]> | 2024-01-08 07:22:03 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-01-08 07:22:03 +0000 |
commit | ba7dd4ef022b19e307557561e2c8d788768c5026 (patch) | |
tree | d270d4b5219b15bac24c2343261f7b25bf29f99a /src/ui/widgets/FilePage.h | |
parent | feat: improve tool menus and icons (diff) | |
download | GpgFrontend-ba7dd4ef022b19e307557561e2c8d788768c5026.tar.gz GpgFrontend-ba7dd4ef022b19e307557561e2c8d788768c5026.zip |
feat: select a directory before entering into the File Browser
Diffstat (limited to 'src/ui/widgets/FilePage.h')
-rw-r--r-- | src/ui/widgets/FilePage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/widgets/FilePage.h b/src/ui/widgets/FilePage.h index c1c9dc39..da5370a2 100644 --- a/src/ui/widgets/FilePage.h +++ b/src/ui/widgets/FilePage.h @@ -48,7 +48,7 @@ class FilePage : public QWidget { * * @param parent */ - explicit FilePage(QWidget* parent = nullptr); + explicit FilePage(QWidget* parent, const QString&); /** * @brief Get the Selected object |