aboutsummaryrefslogtreecommitdiffstats
path: root/lang/qt/src/qgpgmesignencryptjob.h
diff options
context:
space:
mode:
Diffstat (limited to 'lang/qt/src/qgpgmesignencryptjob.h')
-rw-r--r--lang/qt/src/qgpgmesignencryptjob.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/lang/qt/src/qgpgmesignencryptjob.h b/lang/qt/src/qgpgmesignencryptjob.h
index cf6053b5..0d24c120 100644
--- a/lang/qt/src/qgpgmesignencryptjob.h
+++ b/lang/qt/src/qgpgmesignencryptjob.h
@@ -109,12 +109,8 @@ public:
/* from SignEncryptJob */
void setOutputIsBase64Encoded(bool on) override;
- /* from ThreadedJobMixin */
- void resultHook(const result_type &r) override;
-
private:
bool mOutputIsBase64Encoded;
- std::pair<GpgME::SigningResult, GpgME::EncryptionResult> mResult;
};
}