Advance Wayland and KDE package bring-up

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
2026-04-14 10:51:06 +01:00
parent 51f3c21121
commit cf12defd28
15214 changed files with 20594243 additions and 269 deletions
@@ -0,0 +1,29 @@
// This file is generated by kconfig_compiler_kf6 from test3.kcfg.
// All changes you do to this file will be lost.
#include "test3.h"
using namespace TestNameSpace;
Test3::Test3( )
: KConfigSkeleton( QStringLiteral( "test3rc" ) )
{
setCurrentGroup( QStringLiteral( "General" ) );
mAutoSaveItem = new KConfigSkeleton::ItemBool( currentGroup(), QStringLiteral( "Auto Save" ), mAutoSave, false );
addItem( mAutoSaveItem, QStringLiteral( "AutoSave" ) );
setCurrentGroup( QStringLiteral( "Blah" ) );
mBlubbItem = new KConfigSkeleton::ItemInt( currentGroup(), QStringLiteral( "Blubb" ), mBlubb, 10 );
addItem( mBlubbItem, QStringLiteral( "Blubb" ) );
mBlahBlahItem = new KConfigSkeleton::ItemString( currentGroup(), QStringLiteral( "BlahBlah" ), mBlahBlah, QStringLiteral( "a string" ) );
addItem( mBlahBlahItem, QStringLiteral( "BlahBlah" ) );
mMyPasswordItem = new KConfigSkeleton::ItemPassword( currentGroup(), QStringLiteral( "MyPassword" ), mMyPassword );
addItem( mMyPasswordItem, QStringLiteral( "MyPassword" ) );
}
Test3::~Test3()
{
}