diff options
Diffstat (limited to 'src/core/kconfig_p.h')
-rw-r--r-- | src/core/kconfig_p.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/kconfig_p.h b/src/core/kconfig_p.h index dfb3875a..7433ab2f 100644 --- a/src/core/kconfig_p.h +++ b/src/core/kconfig_p.h @@ -60,6 +60,8 @@ public: QSet<QByteArray> allSubGroups(const QByteArray &parentGroup) const; bool hasNonDeletedEntries(const QByteArray &group) const; + void notifyClients(const QHash<QString, QByteArrayList> &changes, const QString &path); + static QString expandString(const QString &value); protected: |