Core: De-QObject-ify editor factories

Change-Id: Iaf39ad29576638e994dd2f28d323e445ce2ee93f
Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
hjk
2023-08-17 18:48:45 +02:00
parent 519a95ce5b
commit 26db9f2c95
10 changed files with 21 additions and 22 deletions

View File

@@ -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));