diff options
Diffstat (limited to 'src/core/kconfigwatcher.h')
-rw-r--r-- | src/core/kconfigwatcher.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/core/kconfigwatcher.h b/src/core/kconfigwatcher.h index 00c0fab5..4d44c752 100644 --- a/src/core/kconfigwatcher.h +++ b/src/core/kconfigwatcher.h @@ -51,6 +51,12 @@ public: ~KConfigWatcher() override; + /** + * Returns the config being watched + * @since 5.65 + */ + KSharedConfig::Ptr config() const; + Q_SIGNALS: /** * Emitted when a config group has changed |