summaryrefslogtreecommitdiff
path: root/lang/qt/tests/run-exportjob.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lang/qt/tests/run-exportjob.cpp')
-rw-r--r--lang/qt/tests/run-exportjob.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/qt/tests/run-exportjob.cpp b/lang/qt/tests/run-exportjob.cpp
index 0f8fd8f..40072c8 100644
--- a/lang/qt/tests/run-exportjob.cpp
+++ b/lang/qt/tests/run-exportjob.cpp
@@ -57,7 +57,7 @@ static void showUsageAndExitWithCode(int exitCode)
exit(exitCode);
}
-static auto createExportJob(unsigned int mode)
+static QGpgME::ExportJob *createExportJob(unsigned int mode)
{
if (mode & Context::ExportSecretSubkey) {
return QGpgME::openpgp()->secretSubkeyExportJob(/*armor=*/true);