aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual')
-rw-r--r--tests/manual/debugger/simple/deep/deep/simple_test_app.h5
-rw-r--r--tests/manual/qml/testprojects/cppmockup/mybackendobject.h5
2 files changed, 2 insertions, 8 deletions
diff --git a/tests/manual/debugger/simple/deep/deep/simple_test_app.h b/tests/manual/debugger/simple/deep/deep/simple_test_app.h
index 820d39b4c8..1f8e47d5ba 100644
--- a/tests/manual/debugger/simple/deep/deep/simple_test_app.h
+++ b/tests/manual/debugger/simple/deep/deep/simple_test_app.h
@@ -23,8 +23,7 @@
**
****************************************************************************/
-#ifndef SIMPLE_DEBUGGER_TEST_H
-#define SIMPLE_DEBUGGER_TEST_H
+#pragma once
namespace breakpoints {
@@ -149,5 +148,3 @@ namespace breakpoints {
}
} // namespace breakpoints
-
-#endif // SIMPLE_DEBUGGER_TEST_H
diff --git a/tests/manual/qml/testprojects/cppmockup/mybackendobject.h b/tests/manual/qml/testprojects/cppmockup/mybackendobject.h
index e637ac12a6..f6e5368caa 100644
--- a/tests/manual/qml/testprojects/cppmockup/mybackendobject.h
+++ b/tests/manual/qml/testprojects/cppmockup/mybackendobject.h
@@ -24,8 +24,7 @@
**
****************************************************************************/
-#ifndef MYBACKENDOBJECT_H
-#define MYBACKENDOBJECT_H
+#pragma once
#include <QObject>
@@ -43,5 +42,3 @@ public:
public slots:
};
-
-#endif // MYBACKENDOBJECT_H