aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-05-11 12:51:15 +0000
committersaturneric <[email protected]>2024-05-11 12:51:15 +0000
commit427c983ca2e2a26bd79e346f1f7cd3d42ff56f67 (patch)
tree6578641d5edd54b4aae5abff6a3c056812f6238b
parentfix: move some of the functions in TaskRunner.h into public scope instead of ... (diff)
downloadGpgFrontend-427c983ca2e2a26bd79e346f1f7cd3d42ff56f67.tar.gz
GpgFrontend-427c983ca2e2a26bd79e346f1f7cd3d42ff56f67.zip
fix: rewrite function signature SlotMkdirBelowAtSelectedItem
-rw-r--r--src/ui/widgets/FileTreeView.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/widgets/FileTreeView.h b/src/ui/widgets/FileTreeView.h
index b1cc8897..67ce49ef 100644
--- a/src/ui/widgets/FileTreeView.h
+++ b/src/ui/widgets/FileTreeView.h
@@ -147,7 +147,7 @@ class FileTreeView : public QTreeView {
* @brief
*
*/
- auto SlotDeleteSelectedItem() -> void;
+ void SlotDeleteSelectedItem();
/**
* @brief