diff options
Diffstat (limited to 'src/plugins/cppcheck/cppcheckrunner.h')
-rw-r--r-- | src/plugins/cppcheck/cppcheckrunner.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/plugins/cppcheck/cppcheckrunner.h b/src/plugins/cppcheck/cppcheckrunner.h index 1c3905095d..23689b2b05 100644 --- a/src/plugins/cppcheck/cppcheckrunner.h +++ b/src/plugins/cppcheck/cppcheckrunner.h @@ -9,15 +9,12 @@ #include <QHash> #include <QTimer> -namespace Cppcheck { -namespace Internal { +namespace Cppcheck::Internal { class CppcheckTool; class CppcheckRunner final : public QObject { - Q_OBJECT - public: explicit CppcheckRunner(CppcheckTool &tool); ~CppcheckRunner() override; @@ -47,5 +44,4 @@ private: int m_maxArgumentsLength = 32767; }; -} // namespace Internal -} // namespace Cppcheck +} // Cppcheck::Internal |