aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppcheck/cppchecktool.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/cppcheck/cppchecktool.h')
-rw-r--r--src/plugins/cppcheck/cppchecktool.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/cppcheck/cppchecktool.h b/src/plugins/cppcheck/cppchecktool.h
index a443264d81..abce347fbf 100644
--- a/src/plugins/cppcheck/cppchecktool.h
+++ b/src/plugins/cppcheck/cppchecktool.h
@@ -58,7 +58,7 @@ class CppcheckTool final : public QObject
Q_OBJECT
public:
- CppcheckTool(CppcheckDiagnosticManager &manager, const Core::Id &progressId);
+ CppcheckTool(CppcheckDiagnosticManager &manager, const Utils::Id &progressId);
~CppcheckTool() override;
void updateOptions(const CppcheckOptions &options);
@@ -87,7 +87,7 @@ private:
QVector<QRegExp> m_filters;
QRegularExpression m_progressRegexp;
QRegularExpression m_messageRegexp;
- Core::Id m_progressId;
+ Utils::Id m_progressId;
};
} // namespace Internal