aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/coreplugin/locator/commandlocator.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/coreplugin/locator/commandlocator.h')
-rw-r--r--src/plugins/coreplugin/locator/commandlocator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/coreplugin/locator/commandlocator.h b/src/plugins/coreplugin/locator/commandlocator.h
index db86bb94ab..3e828952e5 100644
--- a/src/plugins/coreplugin/locator/commandlocator.h
+++ b/src/plugins/coreplugin/locator/commandlocator.h
@@ -39,7 +39,7 @@ class CORE_EXPORT CommandLocator : public ILocatorFilter
Q_OBJECT
public:
- CommandLocator(Id id, const QString &displayName,
+ CommandLocator(Utils::Id id, const QString &displayName,
const QString &shortCutString, QObject *parent = nullptr);
~CommandLocator() override;