aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/main_window/MainWindowSlotFunction.cpp
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2021-08-23 10:02:19 +0000
committerSaturneric <[email protected]>2021-08-23 10:02:19 +0000
commit03be173788e873fe419faf3bbde1879f1d2e6c4a (patch)
tree978c0dcba51d0fba121002161c9a80f0d2d35c7e /src/ui/main_window/MainWindowSlotFunction.cpp
parentFix some problems; (diff)
downloadGpgFrontend-03be173788e873fe419faf3bbde1879f1d2e6c4a.tar.gz
GpgFrontend-03be173788e873fe419faf3bbde1879f1d2e6c4a.zip
Fix some problems;
Diffstat (limited to '')
-rw-r--r--src/ui/main_window/MainWindowSlotFunction.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/main_window/MainWindowSlotFunction.cpp b/src/ui/main_window/MainWindowSlotFunction.cpp
index 915c69f7..75ac230b 100644
--- a/src/ui/main_window/MainWindowSlotFunction.cpp
+++ b/src/ui/main_window/MainWindowSlotFunction.cpp
@@ -352,7 +352,7 @@ void MainWindow::slotEncryptSign() {
}
if (settings.value("advanced/autoPubkeyExchange").toBool()) {
- auto pubkeyUploader = PubkeyUploader(mCtx, signerKeys);
+ PubkeyUploader pubkeyUploader(mCtx, signerKeys);
pubkeyUploader.start();
if (!pubkeyUploader.result()) {
QMessageBox::warning(nullptr,