aboutsummaryrefslogtreecommitdiff
path: root/src/core/kconfig.h
diff options
context:
space:
mode:
authorAaron Seigo <aseigo@kde.org>2014-09-19 13:42:38 +0200
committerAaron Seigo <aseigo@kde.org>2014-09-19 16:21:19 +0200
commitba7449db03273af8ac0f17c0ca553d253a31e065 (patch)
treec92f562bfe4426f33ff2d1cc4d4c053c293f60b7 /src/core/kconfig.h
parentaf146c83f5f7f4c30dbf3cc0beaf5498153b6ea3 (diff)
downloadkconfig-ba7449db03273af8ac0f17c0ca553d253a31e065.tar.gz
kconfig-ba7449db03273af8ac0f17c0ca553d253a31e065.tar.bz2
provide a getter for OpenFlags
Diffstat (limited to 'src/core/kconfig.h')
-rw-r--r--src/core/kconfig.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/core/kconfig.h b/src/core/kconfig.h
index d7d4b7df..a0d64f61 100644
--- a/src/core/kconfig.h
+++ b/src/core/kconfig.h
@@ -158,6 +158,12 @@ public:
*/
QString name() const;
+ /**
+ * @return the flags this object was opened with
+ * @since 5.2
+ */
+ OpenFlags openFlags() const;
+
/// @reimp
bool sync() Q_DECL_OVERRIDE;