aboutsummaryrefslogtreecommitdiff
path: root/src/core/kconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/kconfig.h')
-rw-r--r--src/core/kconfig.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/core/kconfig.h b/src/core/kconfig.h
index c6be56d6..5b341232 100644
--- a/src/core/kconfig.h
+++ b/src/core/kconfig.h
@@ -271,6 +271,11 @@ public:
*/
void addConfigSources(const QStringList &sources);
+ /**
+ * Returns a list of the additional configuration sources used in this object
+ */
+ QStringList additionalConfigSources() const;
+
/// @}
/// @{ locales
/**