diff options
author | saturneric <[email protected]> | 2024-08-05 16:55:32 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-08-05 16:55:32 +0000 |
commit | 795a81bd1edad59ef51e73157b5ad68cfa30e328 (patch) | |
tree | fd9c4da2f1389f0a236d806e005cabb9f5ceab41 /src/ui/thread/KeyServerSearchTask.h | |
parent | fix: build pipeline (diff) | |
parent | fix: unchecking some check boxes at gnupg controller will not restart (diff) | |
download | GpgFrontend-2.1.4.tar.gz GpgFrontend-2.1.4.zip |
fix: according to issues and test, apply some fixesv2.1.4
Diffstat (limited to 'src/ui/thread/KeyServerSearchTask.h')
-rw-r--r-- | src/ui/thread/KeyServerSearchTask.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/thread/KeyServerSearchTask.h b/src/ui/thread/KeyServerSearchTask.h index d602e537..df247761 100644 --- a/src/ui/thread/KeyServerSearchTask.h +++ b/src/ui/thread/KeyServerSearchTask.h @@ -60,7 +60,7 @@ class KeyServerSearchTask : public Thread::Task { * @param result */ void SignalKeyServerSearchResult(QNetworkReply::NetworkError reply, - QByteArray buffer); + QString err_string, QByteArray buffer); private slots: |