From 0a0dd9ea31d03fcc57f51de724c32e8ca3fe3d3f Mon Sep 17 00:00:00 2001 From: hjk Date: Mon, 9 Jan 2023 18:08:30 +0100 Subject: CppCheck: Tr::tr and code cosmetics Change-Id: I5e6583984f7dc94e998df3c20840f2ba2e801ab8 Reviewed-by: Alessandro Portale --- src/plugins/cppcheck/cppcheckrunner.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'src/plugins/cppcheck/cppcheckrunner.h') 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 #include -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 -- cgit v1.2.1