diff options
Diffstat (limited to 'include/gpg/GpgGenKeyInfo.h')
-rw-r--r-- | include/gpg/GpgGenKeyInfo.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/gpg/GpgGenKeyInfo.h b/include/gpg/GpgGenKeyInfo.h index ee2b0262..a5936207 100644 --- a/include/gpg/GpgGenKeyInfo.h +++ b/include/gpg/GpgGenKeyInfo.h @@ -49,6 +49,8 @@ public: static const QVector<QString> SupportedKeyAlgo; + static const QVector<QString> SupportedSubkeyAlgo; + [[nodiscard]] bool isSubKey() const { return subKey; } |