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:
Friedemann Kleint
2009-02-04 13:39:11 +01:00
parent 1f3a96a1e8
commit 6f4a8be946
3 changed files with 2 additions and 3 deletions

View File

@@ -260,7 +260,7 @@ Core::IFile *FormWindowEditor::file()
const char *FormWindowEditor::kind() const
{
return C_FORMWINDOW;
return C_FORMEDITOR;
}
QString FormWindowEditor::displayName() const