diff options
| author | hjk <[email protected]> | 2023-01-09 18:08:30 +0100 |
|---|---|---|
| committer | hjk <[email protected]> | 2023-01-10 10:20:03 +0000 |
| commit | 0a0dd9ea31d03fcc57f51de724c32e8ca3fe3d3f (patch) | |
| tree | 0638e4eac110678c2d134d4e78aef5974e4f87bc /src/plugins/cppcheck/cppchecktool.h | |
| parent | 677fd6ba9a91add241447a067c65f46c61b2af94 (diff) | |
CppCheck: Tr::tr and code cosmetics
Change-Id: I5e6583984f7dc94e998df3c20840f2ba2e801ab8
Reviewed-by: Alessandro Portale <[email protected]>
Diffstat (limited to 'src/plugins/cppcheck/cppchecktool.h')
| -rw-r--r-- | src/plugins/cppcheck/cppchecktool.h | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/src/plugins/cppcheck/cppchecktool.h b/src/plugins/cppcheck/cppchecktool.h index e773103926c..ccb8e19d0fe 100644 --- a/src/plugins/cppcheck/cppchecktool.h +++ b/src/plugins/cppcheck/cppchecktool.h @@ -14,18 +14,13 @@ namespace Utils { class FilePath; using FilePaths = QList<FilePath>; -} +} // Utils -namespace CppEditor { -class ProjectPart; -} +namespace CppEditor { class ProjectPart; } -namespace ProjectExplorer { -class Project; -} +namespace ProjectExplorer { class Project; } -namespace Cppcheck { -namespace Internal { +namespace Cppcheck::Internal { class CppcheckRunner; class CppcheckDiagnosticManager; @@ -68,5 +63,4 @@ private: Utils::Id m_progressId; }; -} // namespace Internal -} // namespace Cppcheck +} // Cppcheck::Internal |
