aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/autotest/testeditormark.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/autotest/testeditormark.cpp')
-rw-r--r--src/plugins/autotest/testeditormark.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/autotest/testeditormark.cpp b/src/plugins/autotest/testeditormark.cpp
index 29ca484c9c..16602cd8e5 100644
--- a/src/plugins/autotest/testeditormark.cpp
+++ b/src/plugins/autotest/testeditormark.cpp
@@ -30,7 +30,7 @@ namespace Autotest {
namespace Internal {
TestEditorMark::TestEditorMark(QPersistentModelIndex item, const Utils::FilePath &file, int line)
- : TextEditor::TextMark(file, line, Core::Id(Constants::TASK_MARK_ID)),
+ : TextEditor::TextMark(file, line, Utils::Id(Constants::TASK_MARK_ID)),
m_item(item)
{
}