diff options
Diffstat (limited to 'src/ui/widgets/FileTreeView.h')
-rw-r--r-- | src/ui/widgets/FileTreeView.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ui/widgets/FileTreeView.h b/src/ui/widgets/FileTreeView.h index 41ef014d..d99ff605 100644 --- a/src/ui/widgets/FileTreeView.h +++ b/src/ui/widgets/FileTreeView.h @@ -33,6 +33,12 @@ namespace GpgFrontend::UI { class FileTreeView : public QTreeView { Q_OBJECT public: + /** + * @brief Construct a new File Tree View object + * + * @param parent + * @param target_path + */ explicit FileTreeView(QWidget* parent, const QString& target_path); /** |