From 5fa1a3312ab24908d870ce2a2399695ac98d828d Mon Sep 17 00:00:00 2001 From: Kevin Ottens Date: Tue, 8 Oct 2019 13:19:31 +0200 Subject: Make kconfig_compiler generate ctors with the optional parent arg Reviewers: #plasma, #frameworks, dfaure, mart, apol Reviewed By: apol Subscribers: kossebau, apol, kde-frameworks-devel Tags: #frameworks Differential Revision: https://phabricator.kde.org/D24490 --- autotests/kconfig_compiler/test_qdebugcategory.cpp.ref | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autotests/kconfig_compiler/test_qdebugcategory.cpp.ref') diff --git a/autotests/kconfig_compiler/test_qdebugcategory.cpp.ref b/autotests/kconfig_compiler/test_qdebugcategory.cpp.ref index 1eb6ed96..2934b589 100644 --- a/autotests/kconfig_compiler/test_qdebugcategory.cpp.ref +++ b/autotests/kconfig_compiler/test_qdebugcategory.cpp.ref @@ -3,7 +3,7 @@ #include "test_qdebugcategory.h" -TestQCategory::TestQCategory( int Number ) +TestQCategory::TestQCategory( int Number ) : KConfigSkeleton( QStringLiteral( "test7rc" ) ) , mParamNumber(Number) { -- cgit v1.2.1