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

0001 // This file is generated by kconfig_compiler_kf6 from test12.kcfg.
0002 // All changes you do to this file will be lost.
0003 #ifndef TEST12_H
0004 #define TEST12_H
0005 
0006 #include <qglobal.h>
0007 #include <kconfigskeleton.h>
0008 #include <QCoreApplication>
0009 #include <QDebug>
0010 
0011 class Test12 : public KConfigSkeleton
0012 {
0013   public:
0014 
0015     Test12( );
0016     ~Test12() override;
0017 
0018     /**
0019       Get RnRSource
0020     */
0021     QList<QUrl> rnRSource() const
0022     {
0023       return mRnRSource;
0024     }
0025 
0026     /**
0027       Is RnRSource Immutable
0028     */
0029     bool isRnRSourceImmutable() const
0030     {
0031       return isImmutable( QStringLiteral( "RnRSource" ) );
0032     }
0033 
0034   protected:
0035 
0036     // muon
0037     QList<QUrl> mRnRSource;
0038 
0039   private:
0040 };
0041 
0042 #endif
0043