summaryrefslogtreecommitdiff
path: root/src/plugins/cppcheck/cppcheckrunner.h
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2023-01-09 18:08:30 +0100
committerhjk <hjk@qt.io>2023-01-10 10:20:03 +0000
commit0a0dd9ea31d03fcc57f51de724c32e8ca3fe3d3f (patch)
tree0638e4eac110678c2d134d4e78aef5974e4f87bc /src/plugins/cppcheck/cppcheckrunner.h
parent677fd6ba9a91add241447a067c65f46c61b2af94 (diff)
downloadqt-creator-0a0dd9ea31d03fcc57f51de724c32e8ca3fe3d3f.tar.gz
CppCheck: Tr::tr and code cosmetics
Change-Id: I5e6583984f7dc94e998df3c20840f2ba2e801ab8 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
Diffstat (limited to 'src/plugins/cppcheck/cppcheckrunner.h')
-rw-r--r--src/plugins/cppcheck/cppcheckrunner.h8
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