diff options
-rw-r--r-- | gpgcontext.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gpgcontext.cpp b/gpgcontext.cpp index 76ba5b3..e28ce41 100644 --- a/gpgcontext.cpp +++ b/gpgcontext.cpp @@ -752,6 +752,8 @@ GpgKey GpgContext::getKeyByFpr(QString fpr) { return key; } } + + return GpgKey(); } @@ -766,6 +768,8 @@ GpgKey GpgContext::getKeyById(QString id) { return key; } } + + return GpgKey(); } } |