Vcs: Pass EditorWidgetCreator as copy to factory

This is an attempt to solve QTCREATORBUG-13218.
This should not be needed.

Change-Id: Icc41d83cb051ace11708645e5de18eae70746122
Reviewed-by: Christian Stenger <christian.stenger@digia.com>
Reviewed-by: David Schulz <david.schulz@digia.com>
This commit is contained in:
hjk
2014-10-22 18:38:23 +02:00
committed by David Schulz
parent 4eed483013
commit 4f52eb373a
2 changed files with 5 additions and 4 deletions

View File

@@ -44,7 +44,7 @@ class VCSBASE_EXPORT VcsEditorFactory : public TextEditor::TextEditorFactory
public:
VcsEditorFactory(const VcsBaseEditorParameters *parameters,
const EditorWidgetCreator &editorWidgetCreator,
const EditorWidgetCreator editorWidgetCreator,
QObject *describeReceiver,
const char *describeSlot);