Warning, /frameworks/kconfig/autotests/kconfig_compiler/test8a.cpp.ref is written in an unsupported language. File is not indexed.

0001 // This file is generated by kconfig_compiler_kf6 from test8a.kcfg.
0002 // All changes you do to this file will be lost.
0003 
0004 #include "test8a.h"
0005 
0006 Test8a::Test8a( KSharedConfig::Ptr config, QObject *parent )
0007   : KConfigSkeleton( std::move( config ) )
0008 {
0009   setParent(parent);
0010   setCurrentGroup( QStringLiteral( "Group" ) );
0011 
0012   KConfigSkeleton::ItemFont  *itemFont;
0013   itemFont = new KConfigSkeleton::ItemFont( currentGroup(), QStringLiteral( "Font" ), mFont, QFont() );
0014   addItem( itemFont, QStringLiteral( "Font" ) );
0015   KConfigSkeleton::ItemFont  *itemTitleFont;
0016   itemTitleFont = new KConfigSkeleton::ItemFont( currentGroup(), QStringLiteral( "TitleFont" ), mTitleFont, QFont() );
0017   addItem( itemTitleFont, QStringLiteral( "TitleFont" ) );
0018 }
0019 
0020 Test8a::~Test8a()
0021 {
0022 }
0023