forked from qt-creator/qt-creator
use Core::Id for IEditorFactory::id
Change-Id: Iefd67a0461d9016b8ba0f3371df7ec6d42e188c5 Reviewed-on: http://codereview.qt-project.org/4321 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -61,9 +61,9 @@ FormEditorFactory::FormEditorFactory()
|
||||
QLatin1String("ui"));
|
||||
}
|
||||
|
||||
QString FormEditorFactory::id() const
|
||||
Core::Id FormEditorFactory::id() const
|
||||
{
|
||||
return QLatin1String(K_DESIGNER_XML_EDITOR_ID);
|
||||
return K_DESIGNER_XML_EDITOR_ID;
|
||||
}
|
||||
|
||||
QString FormEditorFactory::displayName() const
|
||||
|
||||
Reference in New Issue
Block a user