forked from qt-creator/qt-creator
Python: remove settings object from objects pool
Change-Id: I4f21688f887c1ad99facb3ffe3a85b5918dd7daf Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
committed by
Eike Ziller
parent
0939b44d16
commit
c7d3f48508
@@ -14,6 +14,8 @@ class PythonSettings : public QObject
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
~PythonSettings();
|
||||
|
||||
static void init();
|
||||
|
||||
using Interpreter = ProjectExplorer::Interpreter;
|
||||
|
||||
Reference in New Issue
Block a user