summaryrefslogtreecommitdiff
path: root/src/plugins/python/pythonsettings.h
diff options
context:
space:
mode:
authorDavid Schulz <david.schulz@qt.io>2022-09-06 13:44:53 +0200
committerEike Ziller <eike.ziller@qt.io>2022-09-06 12:33:48 +0000
commitc7d3f48508fa49a0d5a12f40843d8cefb6f99b19 (patch)
tree41f3fc22c267be25f0208b43c6dcf73accaba5df /src/plugins/python/pythonsettings.h
parent0939b44d16eacd7a1583956835c5ec9e838bd779 (diff)
downloadqt-creator-c7d3f48508fa49a0d5a12f40843d8cefb6f99b19.tar.gz
Python: remove settings object from objects pool
Change-Id: I4f21688f887c1ad99facb3ffe3a85b5918dd7daf Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'src/plugins/python/pythonsettings.h')
-rw-r--r--src/plugins/python/pythonsettings.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/python/pythonsettings.h b/src/plugins/python/pythonsettings.h
index 17245efae1..b5b988bcf8 100644
--- a/src/plugins/python/pythonsettings.h
+++ b/src/plugins/python/pythonsettings.h
@@ -14,6 +14,8 @@ class PythonSettings : public QObject
Q_OBJECT
public:
+ ~PythonSettings();
+
static void init();
using Interpreter = ProjectExplorer::Interpreter;