forked from qt-creator/qt-creator
Fixes: Session loading does not restore form files
RevBy: Eike Details: Make form editor factory and form editor return the same editor kind.
This commit is contained in:
@@ -260,7 +260,7 @@ Core::IFile *FormWindowEditor::file()
|
||||
|
||||
const char *FormWindowEditor::kind() const
|
||||
{
|
||||
return C_FORMWINDOW;
|
||||
return C_FORMEDITOR;
|
||||
}
|
||||
|
||||
QString FormWindowEditor::displayName() const
|
||||
|
||||
Reference in New Issue
Block a user