CVS commit by staikos: @since when did I become so careless? M +3 -0 kwallet.h 1.31 --- kdelibs/kwallet/client/kwallet.h #1.30:1.31 @@ -314,4 +314,5 @@ class Wallet : public QObject, public DC * the map is the entry key. * @return Returns 0 on success, non-zero on error. + * @since 3.4 */ int readEntryList(const QString& key, QMap& value); @@ -326,4 +327,5 @@ class Wallet : public QObject, public DC * return an error if the key was not originally * written as a map. + * @since 3.4 */ int readMapList(const QString& key, QMap >& value); @@ -338,4 +340,5 @@ class Wallet : public QObject, public DC * return an error if the key was not originally * written as a password. + * @since 3.4 */ int readPasswordList(const QString& key, QMap& value);