aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppcheck/cppchecktextmark.h
diff options
context:
space:
mode:
authorhjk <[email protected]>2023-01-09 18:08:30 +0100
committerhjk <[email protected]>2023-01-10 10:20:03 +0000
commit0a0dd9ea31d03fcc57f51de724c32e8ca3fe3d3f (patch)
tree0638e4eac110678c2d134d4e78aef5974e4f87bc /src/plugins/cppcheck/cppchecktextmark.h
parent677fd6ba9a91add241447a067c65f46c61b2af94 (diff)
CppCheck: Tr::tr and code cosmetics
Change-Id: I5e6583984f7dc94e998df3c20840f2ba2e801ab8 Reviewed-by: Alessandro Portale <[email protected]>
Diffstat (limited to 'src/plugins/cppcheck/cppchecktextmark.h')
-rw-r--r--src/plugins/cppcheck/cppchecktextmark.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/plugins/cppcheck/cppchecktextmark.h b/src/plugins/cppcheck/cppchecktextmark.h
index 05246b68d41..9ef6f49d51b 100644
--- a/src/plugins/cppcheck/cppchecktextmark.h
+++ b/src/plugins/cppcheck/cppchecktextmark.h
@@ -7,8 +7,7 @@
#include <texteditor/textmark.h>
-namespace Cppcheck {
-namespace Internal {
+namespace Cppcheck::Internal {
class CppcheckTextMark final : public TextEditor::TextMark
{
@@ -29,5 +28,4 @@ private:
QString m_message;
};
-} // namespace Internal
-} // namespace Cppcheck
+} // Cppcheck::Internal