aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/mockup/projectexplorer/project.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/mockup/projectexplorer/project.h')
-rw-r--r--tests/unit/mockup/projectexplorer/project.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/mockup/projectexplorer/project.h b/tests/unit/mockup/projectexplorer/project.h
index e193ad404d..9e8e6a5311 100644
--- a/tests/unit/mockup/projectexplorer/project.h
+++ b/tests/unit/mockup/projectexplorer/project.h
@@ -44,7 +44,7 @@ public:
Target *activeTarget() const { return {}; }
- QVariant namedSettings(const QString &name) const { return settings.at(name); }
+ QVariant namedSettings(const QString &name) const { return settings[name]; }
void setNamedSettings(const QString &name, const QVariant &value) { settings[name] = value; }
Utils::FilePath rootProjectDirectoryPath;