From kde-commits Sat Nov 06 16:40:54 2004 From: George Staikos Date: Sat, 06 Nov 2004 16:40:54 +0000 To: kde-commits Subject: kdelibs/kwallet/client Message-Id: <20041106164054.D362716DE1 () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=109975926303204 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);