aboutsummaryrefslogtreecommitdiffstats
path: root/include/ui/KeygenThread.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--include/ui/KeygenThread.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ui/KeygenThread.h b/include/ui/KeygenThread.h
index c7406881..467d8338 100644
--- a/include/ui/KeygenThread.h
+++ b/include/ui/KeygenThread.h
@@ -34,14 +34,14 @@ class KeyGenThread : public QThread {
Q_OBJECT
public:
- KeyGenThread(QString keyGenParams, GpgME::GpgContext *ctx);
+ KeyGenThread(GenKeyInfo keyGenParams, GpgME::GpgContext *ctx);
signals:
void signalKeyGenerated();
private:
- QString keyGenParams;
+ GenKeyInfo keyGenParams;
GpgME::GpgContext *mCtx;
[[maybe_unused]] bool abort;
QMutex mutex;