diff options
author | Saturneric <[email protected]> | 2021-11-28 07:29:39 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-11-28 07:29:39 +0000 |
commit | c5918a7245b6124916799c0345026ef3ec02265e (patch) | |
tree | fa4ba76fc21570f88cd7c94f28f4a0d54e7051ca /src/ui/main_window/MainWindowFileSlotFunction.cpp | |
parent | Can be compiled with minimal UI support. (diff) | |
download | GpgFrontend-c5918a7245b6124916799c0345026ef3ec02265e.tar.gz GpgFrontend-c5918a7245b6124916799c0345026ef3ec02265e.zip |
Solve key generation and related update issues.
Diffstat (limited to 'src/ui/main_window/MainWindowFileSlotFunction.cpp')
-rw-r--r-- | src/ui/main_window/MainWindowFileSlotFunction.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/ui/main_window/MainWindowFileSlotFunction.cpp b/src/ui/main_window/MainWindowFileSlotFunction.cpp index 933579b0..2590cdda 100644 --- a/src/ui/main_window/MainWindowFileSlotFunction.cpp +++ b/src/ui/main_window/MainWindowFileSlotFunction.cpp @@ -83,10 +83,6 @@ bool file_pre_check(QWidget* parent, const QString& path) { void process_operation(QWidget* parent, const std::string& waiting_title, const std::function<void()>& func) { - GpgEncrResult result = nullptr; - - gpgme_error_t error; - bool if_error = false; auto thread = QThread::create(func); QApplication::connect(thread, SIGNAL(finished()), thread, SLOT(deleteLater())); |