diff options
Diffstat (limited to 'src/core/kconfig.h')
-rw-r--r-- | src/core/kconfig.h | 6 |
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; |