diff options
Diffstat (limited to 'autotests/kconfig_compiler/test4.cpp.ref')
| -rw-r--r-- | autotests/kconfig_compiler/test4.cpp.ref | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/autotests/kconfig_compiler/test4.cpp.ref b/autotests/kconfig_compiler/test4.cpp.ref index 160f340d..29498c2c 100644 --- a/autotests/kconfig_compiler/test4.cpp.ref +++ b/autotests/kconfig_compiler/test4.cpp.ref @@ -11,6 +11,8 @@ class Test4Helper    public:      Test4Helper() : q(nullptr) {}      ~Test4Helper() { delete q; } +    Test4Helper(const Test4Helper&) = delete; +    Test4Helper& operator=(const Test4Helper&) = delete;      Test4 *q;  };  Q_GLOBAL_STATIC(Test4Helper, s_globalTest4)  | 
