aboutsummaryrefslogtreecommitdiffstats
path: root/lang/qt/src/cryptoconfig.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* qt: Add support for stringValueList in CryptoConfAndre Heinecke2017-01-121-0/+44
* lang/qt/src/Makefile.am (qgpgme_sources): Add cryptoconfig.cpp * lang/qt/src/cryptoconfig.cpp: New. * lang/qt/src/cryptoconfig.h (CryptoConfigEntry::stringValueList): New. * lang/qt/src/qgpgmenewcryptoconfig.cpp (QGpgMENewCryptoConfigEntry::stringValueList): New. * lang/qt/src/qgpgmenewcryptoconfig.h: Update accordingly. -- This is a pardigm change in cryptoconfig.h to avoid ABI breaks with each new config value we support it now has an implementation that is directly related to qgpgmenewcryptoconfig, which is now the only one.