From 5f8c2ce63499d05dfb4753eb1acc21dccf21d434 Mon Sep 17 00:00:00 2001 From: Tomaz Canabrava Date: Fri, 17 Jan 2020 10:03:43 +0000 Subject: Revert "WIP: Refactor KConfigXT" This reverts commit 98c32e29f50465d4d4e16bafdf0491edbfb422b0. This broke kdevelop and kmymoney. I'm workin on the fixes and more unittests for them. --- autotests/kconfig_compiler/test10.h.ref | 2 ++ 1 file changed, 2 insertions(+) (limited to 'autotests/kconfig_compiler/test10.h.ref') diff --git a/autotests/kconfig_compiler/test10.h.ref b/autotests/kconfig_compiler/test10.h.ref index 82bbab84..93839a54 100644 --- a/autotests/kconfig_compiler/test10.h.ref +++ b/autotests/kconfig_compiler/test10.h.ref @@ -14,6 +14,7 @@ class Test10 : public KConfigSkeleton static Test10 *self(); ~Test10(); + /** Get foo bar */ @@ -23,6 +24,7 @@ class Test10 : public KConfigSkeleton return self()->mFooBar; } + /** Get bar foo */ -- cgit v1.2.1