aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/widgets/FileTreeView.h
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2025-01-26 18:52:33 +0000
committersaturneric <[email protected]>2025-01-26 18:52:33 +0000
commit3aa7e3221436599a6e1461bb71f2fce9cef7c2ac (patch)
treec07c3701a05bbee4f6975ca790dc5a5a84bac593 /src/ui/widgets/FileTreeView.h
parentfix: improve code compatibility (diff)
downloadGpgFrontend-3aa7e3221436599a6e1461bb71f2fce9cef7c2ac.tar.gz
GpgFrontend-3aa7e3221436599a6e1461bb71f2fce9cef7c2ac.zip
feat: add ui ability to switch batch mode
Diffstat (limited to '')
-rw-r--r--src/ui/widgets/FileTreeView.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ui/widgets/FileTreeView.h b/src/ui/widgets/FileTreeView.h
index 0c9c0749..333e06bc 100644
--- a/src/ui/widgets/FileTreeView.h
+++ b/src/ui/widgets/FileTreeView.h
@@ -193,6 +193,12 @@ class FileTreeView : public QTreeView {
*/
void SlotOpenSelectedItemBySystemApplication();
+ /**
+ * @brief
+ *
+ */
+ void SlotSwitchBatchMode(bool);
+
private slots:
/**