diff options
author | hjk <hjk@qt.io> | 2023-01-09 18:08:30 +0100 |
---|---|---|
committer | hjk <hjk@qt.io> | 2023-01-10 10:20:03 +0000 |
commit | 0a0dd9ea31d03fcc57f51de724c32e8ca3fe3d3f (patch) | |
tree | 0638e4eac110678c2d134d4e78aef5974e4f87bc /src/plugins/cppcheck/cppcheckplugin.h | |
parent | 677fd6ba9a91add241447a067c65f46c61b2af94 (diff) | |
download | qt-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/cppcheckplugin.h')
-rw-r--r-- | src/plugins/cppcheck/cppcheckplugin.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/plugins/cppcheck/cppcheckplugin.h b/src/plugins/cppcheck/cppcheckplugin.h index 2c2e5d4d52..697aea6030 100644 --- a/src/plugins/cppcheck/cppcheckplugin.h +++ b/src/plugins/cppcheck/cppcheckplugin.h @@ -7,8 +7,7 @@ #include <memory> -namespace Cppcheck { -namespace Internal { +namespace Cppcheck::Internal { class CppcheckPluginPrivate; @@ -27,5 +26,4 @@ private: std::unique_ptr<CppcheckPluginPrivate> d; }; -} // namespace Internal -} // namespace Cppcheck +} // Cppcheck |