diff options
author | Aaron Seigo <aseigo@kde.org> | 2014-09-20 09:40:01 +0200 |
---|---|---|
committer | Aaron Seigo <aseigo@kde.org> | 2014-09-20 09:40:01 +0200 |
commit | 280b4f714a6bdf7406d74de9329b896212e55bc1 (patch) | |
tree | 2a20f66bceeb3e573e4880af15663920b3ba017d | |
parent | 67546993904589dca8baf8d31acff6b2347032fd (diff) | |
download | kconfig-280b4f714a6bdf7406d74de9329b896212e55bc1.tar.gz kconfig-280b4f714a6bdf7406d74de9329b896212e55bc1.tar.bz2 |
5.3, not 5.2
-rw-r--r-- | src/core/kconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/kconfig.h b/src/core/kconfig.h index a0d64f61..cc167927 100644 --- a/src/core/kconfig.h +++ b/src/core/kconfig.h @@ -160,7 +160,7 @@ public: /** * @return the flags this object was opened with - * @since 5.2 + * @since 5.3 */ OpenFlags openFlags() const; |