CppEditor: Add missing namespace

Like the comment says. Amends 284817fae6.

Task-number: QTCREATORBUG-26304
Change-Id: I6cee9d84cedafa02dce14372e65672731e3e5cfc
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
Christian Kandeler
2021-10-11 11:40:36 +02:00
parent 05fa3b06e5
commit 6669a9e442

View File

@@ -47,7 +47,7 @@ public:
CppProjectUpdaterFactory();
// keep the namespace, for the type name in the invokeMethod call
Q_INVOKABLE CppProjectUpdaterInterface *create();
Q_INVOKABLE CppEditor::CppProjectUpdaterInterface *create();
};
} // namespace Internal