diff options
Diffstat (limited to 'lang/qt/src/cryptoconfig.h')
-rw-r--r-- | lang/qt/src/cryptoconfig.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lang/qt/src/cryptoconfig.h b/lang/qt/src/cryptoconfig.h index 452bfbb1..c4de22dc 100644 --- a/lang/qt/src/cryptoconfig.h +++ b/lang/qt/src/cryptoconfig.h @@ -248,6 +248,15 @@ public: * @return true if the value was changed */ virtual bool isDirty() const = 0; + + // Design change from here on we are closely bound to one implementation + // of cryptoconfig. To avoid ABI breaks with every new function we + // add real functions from now on. + + /** + * @return a stringValueList. + */ + QStringList stringValueList() const; }; /** |