aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/main_window/MainWindowServerSlotFunction.cpp
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2021-08-11 08:23:03 +0000
committerSaturneric <[email protected]>2021-08-11 08:23:03 +0000
commit158f1e2e4e863f6cbc9064efbb8449cdaedc9ad4 (patch)
treefc5e8443d12c84095d3bf61c41305128dfc37522 /src/ui/main_window/MainWindowServerSlotFunction.cpp
parentFix Compile Issue (diff)
downloadGpgFrontend-158f1e2e4e863f6cbc9064efbb8449cdaedc9ad4.tar.gz
GpgFrontend-158f1e2e4e863f6cbc9064efbb8449cdaedc9ad4.zip
Continue to fix Compile Issue
Diffstat (limited to 'src/ui/main_window/MainWindowServerSlotFunction.cpp')
-rw-r--r--src/ui/main_window/MainWindowServerSlotFunction.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/main_window/MainWindowServerSlotFunction.cpp b/src/ui/main_window/MainWindowServerSlotFunction.cpp
index 12f1453b..d845e25d 100644
--- a/src/ui/main_window/MainWindowServerSlotFunction.cpp
+++ b/src/ui/main_window/MainWindowServerSlotFunction.cpp
@@ -170,7 +170,7 @@ void MainWindow::shortenCryptText() {
qDebug() << "shaText" << shaText;
- QVector keys{key};
+ QVector<GpgKey> keys{key};
QByteArray outSignText;
mCtx->sign(keys, signText, &outSignText, GPGME_SIG_MODE_NORMAL);
QByteArray outSignTextBase64 = outSignText.toBase64();