diff options
Diffstat (limited to 'src/plugins/valgrind/callgrindtool.h')
-rw-r--r-- | src/plugins/valgrind/callgrindtool.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/plugins/valgrind/callgrindtool.h b/src/plugins/valgrind/callgrindtool.h index 6b614248c66..91d69a50148 100644 --- a/src/plugins/valgrind/callgrindtool.h +++ b/src/plugins/valgrind/callgrindtool.h @@ -25,20 +25,16 @@ #pragma once -#include <QCoreApplication> - namespace Valgrind { namespace Internal { class ValgrindGlobalSettings; -class CallgrindTool final : public QObject +class CallgrindTool final { - Q_OBJECT - public: CallgrindTool(); - ~CallgrindTool() final; + ~CallgrindTool(); }; } // namespace Internal |