forked from qt-creator/qt-creator
Design mode/Qt Designer clean-up, part III: Resources.
Move resource code to new ResourceHandler class and instantiate it on the form window.
This commit is contained in:
@@ -112,9 +112,9 @@ Designer::FormWindowEditor *EditorWidget::formWindowEditorForXmlEditor(const Cor
|
||||
return m_stack->formWindowEditorForXmlEditor(xmlEditor);
|
||||
}
|
||||
|
||||
FormWindowEditor *EditorWidget::activeFormWindow() const
|
||||
EditorData EditorWidget::activeEditor() const
|
||||
{
|
||||
return m_stack->activeFormWindow();
|
||||
return m_stack->activeEditor();
|
||||
}
|
||||
|
||||
Designer::FormWindowEditor *EditorWidget::formWindowEditorForFormWindow(const QDesignerFormWindowInterface *fw) const
|
||||
|
||||
Reference in New Issue
Block a user