aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/widgets/FileTreeView.h
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-01-24 04:50:42 +0000
committersaturneric <[email protected]>2024-01-24 04:50:42 +0000
commit9fa19d9dae8153ae360e666887fbd079620c5022 (patch)
tree5d1d3cabd54b1fadb0e7dec75b25aa3e446aa8a0 /src/ui/widgets/FileTreeView.h
parentfeat: improve key list and find widget (diff)
downloadGpgFrontend-9fa19d9dae8153ae360e666887fbd079620c5022.tar.gz
GpgFrontend-9fa19d9dae8153ae360e666887fbd079620c5022.zip
fix: solve an issue that switch tab but crypto menu won't update
Diffstat (limited to 'src/ui/widgets/FileTreeView.h')
-rw-r--r--src/ui/widgets/FileTreeView.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ui/widgets/FileTreeView.h b/src/ui/widgets/FileTreeView.h
index d2272f90..95bbc4cd 100644
--- a/src/ui/widgets/FileTreeView.h
+++ b/src/ui/widgets/FileTreeView.h
@@ -88,6 +88,13 @@ class FileTreeView : public QTreeView {
*/
void paintEvent(QPaintEvent* event) override;
+ /**
+ * @brief
+ *
+ * @param event
+ */
+ void mousePressEvent(QMouseEvent* event) override;
+
signals:
/**