From c1980dbc51c9aa2770d09850e69529ea2211924b Mon Sep 17 00:00:00 2001 From: David Faure Date: Sun, 16 Mar 2014 23:30:59 +0100 Subject: Add KCoreConfigSkeleton::read() which doesn't call reparseConfiguration. Call it from generated singletons, since the constructor creates a KConfig from a filename, which already loads from disk. This removes the need for using DelayedParsing. REVIEW: 116845 --- autotests/kconfig_compiler/test_dpointer.cpp.ref | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autotests/kconfig_compiler/test_dpointer.cpp.ref') diff --git a/autotests/kconfig_compiler/test_dpointer.cpp.ref b/autotests/kconfig_compiler/test_dpointer.cpp.ref index e50bf8aa..324ba168 100644 --- a/autotests/kconfig_compiler/test_dpointer.cpp.ref +++ b/autotests/kconfig_compiler/test_dpointer.cpp.ref @@ -57,7 +57,7 @@ TestDPointer *TestDPointer::self() { if (!s_globalTestDPointer()->q) { new TestDPointer; - s_globalTestDPointer()->q->readConfig(); + s_globalTestDPointer()->q->read(); } return s_globalTestDPointer()->q; -- cgit v1.2.1