forked from qt-creator/qt-creator
Core: De-QObject-ify editor factories
Change-Id: Iaf39ad29576638e994dd2f28d323e445ce2ee93f Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -268,7 +268,7 @@ void PythonEditorWidget::updateInterpretersSelector()
|
||||
|
||||
PythonEditorFactory::PythonEditorFactory()
|
||||
{
|
||||
registerReplAction(this);
|
||||
registerReplAction(&m_guard);
|
||||
|
||||
setId(Constants::C_PYTHONEDITOR_ID);
|
||||
setDisplayName(::Core::Tr::tr(Constants::C_EDITOR_DISPLAY_NAME));
|
||||
|
||||
Reference in New Issue
Block a user