diff options
Diffstat (limited to 'lang/qt/src/cryptoconfig.h')
-rw-r--r-- | lang/qt/src/cryptoconfig.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lang/qt/src/cryptoconfig.h b/lang/qt/src/cryptoconfig.h index 651e2af1..d87f7d46 100644 --- a/lang/qt/src/cryptoconfig.h +++ b/lang/qt/src/cryptoconfig.h @@ -44,6 +44,8 @@ #include <vector> +class QVariant; + /* Start reading this file from the bottom up :) */ namespace QGpgME @@ -258,6 +260,11 @@ public: * @return a stringValueList. */ QStringList stringValueList() const; + + /** + * Return the default value as a variant (available for all argtypes). + */ + QVariant defaultValue() const; }; /** |