aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/UserInterfaceUtils.h
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2021-12-20 06:28:53 +0000
committerSaturneric <[email protected]>2021-12-20 06:28:53 +0000
commitef1b42b53185e4b1ec841ab15bf6272cd2a99473 (patch)
treee19adff5f59579458235161c3a0d4c17e8cd625b /src/ui/UserInterfaceUtils.h
parentPass apple store automatic verification. (diff)
downloadGpgFrontend-ef1b42b53185e4b1ec841ab15bf6272cd2a99473.tar.gz
GpgFrontend-ef1b42b53185e4b1ec841ab15bf6272cd2a99473.zip
Fixed bugs.
1. Not not paint in main thread.
Diffstat (limited to '')
-rw-r--r--src/ui/UserInterfaceUtils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/UserInterfaceUtils.h b/src/ui/UserInterfaceUtils.h
index be114b0a..76b6ce0d 100644
--- a/src/ui/UserInterfaceUtils.h
+++ b/src/ui/UserInterfaceUtils.h
@@ -75,6 +75,8 @@ class CommonUtils : public QWidget {
signals:
void signalKeyStatusUpdated();
+ void signalGnupgNotInstall();
+
public slots:
void slotImportKeys(QWidget* parent, const std::string& in_buffer);