TextEditor: Remove parts of old editor creation sequence

Not used anymore.

Change-Id: Iee0f6340097341bd584ae559e3f40f0c1364cba3
Reviewed-by: Christian Stenger <christian.stenger@digia.com>
This commit is contained in:
hjk
2014-08-25 21:10:24 +02:00
parent 2db0f875cb
commit 306ca6fce0
4 changed files with 15 additions and 59 deletions

View File

@@ -57,13 +57,13 @@ public:
const VcsBaseEditorParameters *m_parameters;
QObject *m_describeReceiver;
const char *m_describeSlot;
BaseTextEditorWidgetCreator m_widgetCreator;
BaseTextEditorFactory::EditorWidgetCreator m_widgetCreator;
};
} // namespace Internal
VcsEditorFactory::VcsEditorFactory(const VcsBaseEditorParameters *parameters,
const BaseTextEditorWidgetCreator &creator,
const BaseTextEditorFactory::EditorWidgetCreator &creator,
QObject *describeReceiver, const char *describeSlot)
: d(new Internal::BaseVcsEditorFactoryPrivate)
{