diff options
Diffstat (limited to 'tests/auto/valgrind/callgrind/modeltest.h')
-rw-r--r-- | tests/auto/valgrind/callgrind/modeltest.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/auto/valgrind/callgrind/modeltest.h b/tests/auto/valgrind/callgrind/modeltest.h index a215564125..8f5b8c999f 100644 --- a/tests/auto/valgrind/callgrind/modeltest.h +++ b/tests/auto/valgrind/callgrind/modeltest.h @@ -23,8 +23,7 @@ ** ****************************************************************************/ -#ifndef MODELTEST_H -#define MODELTEST_H +#pragma once #include <QWidget> @@ -64,5 +63,3 @@ public: QComboBox *m_event; Callgrind::Internal::CallgrindWidgetHandler *m_handler; }; - -#endif // MODELTEST_H |