diff options
Diffstat (limited to 'autotests/kconfig_compiler/test12.h.ref')
-rw-r--r-- | autotests/kconfig_compiler/test12.h.ref | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/autotests/kconfig_compiler/test12.h.ref b/autotests/kconfig_compiler/test12.h.ref index e3954282..cd4c188e 100644 --- a/autotests/kconfig_compiler/test12.h.ref +++ b/autotests/kconfig_compiler/test12.h.ref @@ -23,6 +23,14 @@ class Test12 : public KConfigSkeleton return mRnRSource; } + /** + Is RnRSource Immutable + */ + bool isRnRSourceImmutable() const + { + return isImmutable( QStringLiteral( "RnRSource" ) ); + } + protected: // muon |