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:
@@ -11,6 +11,8 @@ class PythonEditorFactory : public TextEditor::TextEditorFactory
|
||||
{
|
||||
public:
|
||||
PythonEditorFactory();
|
||||
private:
|
||||
QObject m_guard;
|
||||
};
|
||||
|
||||
} // Python::Internal
|
||||
|
||||
Reference in New Issue
Block a user