forked from qt-creator/qt-creator
Designer: Fix warning about missing editor factory on 'recent file'
caused by mismatched ID's of editor and editor factory.
This commit is contained in:
@@ -65,7 +65,7 @@ FormEditorFactory::FormEditorFactory()
|
||||
|
||||
QString FormEditorFactory::id() const
|
||||
{
|
||||
return QLatin1String(DESIGNER_XML_EDITOR_ID);
|
||||
return QLatin1String(K_DESIGNER_XML_EDITOR_ID);
|
||||
}
|
||||
|
||||
QString FormEditorFactory::displayName() const
|
||||
|
||||
Reference in New Issue
Block a user