aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/python/pythonplugin.cpp
diff options
context:
space:
mode:
authorJarek Kobus <jaroslaw.kobus@qt.io>2025-08-20 16:42:31 +0200
committerJarek Kobus <jaroslaw.kobus@qt.io>2025-08-22 06:11:07 +0000
commit0db1ca9e032b12a5b29a57091ab13c8677e9b4b2 (patch)
tree1c2b0106021ef0cf4572f400131db39ab64ab73e /src/plugins/python/pythonplugin.cpp
parent71103d09332db7f5f8d08454e24aa14b02688394 (diff)
Python: Use TaskTree for checkForPySide()
Don't blocking run Process in separate thread. Instead, run Process asynchronously from the main thread. Change-Id: I181464b1fc4bfd6946daa76cdab509b9cc565074 Reviewed-by: David Schulz <david.schulz@qt.io>
Diffstat (limited to 'src/plugins/python/pythonplugin.cpp')
-rw-r--r--src/plugins/python/pythonplugin.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/python/pythonplugin.cpp b/src/plugins/python/pythonplugin.cpp
index 5c49e5ca52a..59a965b6c0f 100644
--- a/src/plugins/python/pythonplugin.cpp
+++ b/src/plugins/python/pythonplugin.cpp
@@ -97,8 +97,6 @@ class PythonPlugin final : public ExtensionSystem::IPlugin
setupPythonSettings();
setupPythonWizard();
- setupPipSupport(this);
-
KitManager::setIrrelevantAspects(
KitManager::irrelevantAspects() + QSet<Id>{PythonKitAspect::id()});