diff options
Diffstat (limited to 'autotests/kconfig_compiler/kconfigcompiler_test.h')
-rw-r--r-- | autotests/kconfig_compiler/kconfigcompiler_test.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autotests/kconfig_compiler/kconfigcompiler_test.h b/autotests/kconfig_compiler/kconfigcompiler_test.h index e0506db0..c8242cfd 100644 --- a/autotests/kconfig_compiler/kconfigcompiler_test.h +++ b/autotests/kconfig_compiler/kconfigcompiler_test.h @@ -24,6 +24,7 @@ private Q_SLOTS: void testBaselineComparison(); void testRunning_data(); void testRunning(); + private: void appendFileDiff(const QString &oldFile, const QString &newFile); @@ -31,4 +32,3 @@ private: }; #endif - |