forked from qt-creator/qt-creator
Python: collect pip package info in another thread
Change-Id: I70a9066fddf812ce9bde5467913bb2bad98e2d0e Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -6,8 +6,11 @@
|
||||
#include <projectexplorer/runconfiguration.h>
|
||||
#include <projectexplorer/runcontrol.h>
|
||||
|
||||
#include <QFutureWatcher>
|
||||
|
||||
namespace Python::Internal {
|
||||
|
||||
class PythonRunConfigurationPrivate;
|
||||
class PySideUicExtraCompiler;
|
||||
|
||||
class PythonRunConfiguration : public ProjectExplorer::RunConfiguration
|
||||
@@ -20,11 +23,7 @@ public:
|
||||
QList<PySideUicExtraCompiler *> extraCompilers() const;
|
||||
|
||||
private:
|
||||
void checkForPySide(const Utils::FilePath &python);
|
||||
void updateExtraCompilers();
|
||||
Utils::FilePath m_pySideUicPath;
|
||||
|
||||
QList<PySideUicExtraCompiler *> m_extraCompilers;
|
||||
PythonRunConfigurationPrivate *d = nullptr;
|
||||
};
|
||||
|
||||
class PythonRunConfigurationFactory : public ProjectExplorer::RunConfigurationFactory
|
||||
|
||||
Reference in New Issue
Block a user