summaryrefslogtreecommitdiff
path: root/src/plugins/cppcheck/cppchecktrigger.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/cppcheck/cppchecktrigger.h')
-rw-r--r--src/plugins/cppcheck/cppchecktrigger.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/plugins/cppcheck/cppchecktrigger.h b/src/plugins/cppcheck/cppchecktrigger.h
index a5b1267b6d..5c8c83e33c 100644
--- a/src/plugins/cppcheck/cppchecktrigger.h
+++ b/src/plugins/cppcheck/cppchecktrigger.h
@@ -20,16 +20,13 @@ class IDocument;
class IEditor;
}
-namespace Cppcheck {
-namespace Internal {
+namespace Cppcheck::Internal {
class CppcheckTextMarkManager;
class CppcheckTool;
class CppcheckTrigger final : public QObject
{
- Q_OBJECT
-
public:
explicit CppcheckTrigger(CppcheckTextMarkManager &marks, CppcheckTool &tool);
~CppcheckTrigger() override;
@@ -51,5 +48,4 @@ private:
QHash<Utils::FilePath, QDateTime> m_checkedFiles;
};
-} // namespace Internal
-} // namespace Cppcheck
+} // Cppcheck::Internal