From kde-commits Tue Apr 12 12:30:51 2016 From: Martin Klapetek Date: Tue, 12 Apr 2016 12:30:51 +0000 To: kde-commits Subject: [kpeople] src: Add missing @since to PersonData::isValid Message-Id: X-MARC-Message: https://marc.info/?l=kde-commits&m=146046426032042 Git commit 2df1be274d13d33e662050dcb81f403468ba70aa by Martin Klapetek. Committed on 12/04/2016 at 12:30. Pushed by mklapetek into branch 'master'. Add missing @since to PersonData::isValid M +4 -1 src/persondata.h http://commits.kde.org/kpeople/2df1be274d13d33e662050dcb81f403468ba70aa diff --git a/src/persondata.h b/src/persondata.h index c2db6cd..bae4c4a 100644 --- a/src/persondata.h +++ b/src/persondata.h @@ -57,7 +57,10 @@ public: = virtual ~PersonData(); = - /** Returns true if this PersonData is mapped to some existing contact= */ + /** + * Returns true if this PersonData is mapped to some existing contact + * @since 5.22 + */ bool isValid() const; = /** Returns the person's id */