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/FileTreeView.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/FileTreeView.h')
-rw-r--r-- | src/ui/widgets/FileTreeView.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/widgets/FileTreeView.h b/src/ui/widgets/FileTreeView.h index 94fdb3de..5d013ae4 100644 --- a/src/ui/widgets/FileTreeView.h +++ b/src/ui/widgets/FileTreeView.h @@ -33,7 +33,7 @@ namespace GpgFrontend::UI { class FileTreeView : public QTreeView { Q_OBJECT public: - explicit FileTreeView(QWidget* parent); + explicit FileTreeView(QWidget* parent, const QString& target_path); /** * @brief Get the Current Path object |