forked from qt-creator/qt-creator
Python: use kits page in python wizards
Change-Id: I1f7aaf145443481546abb868c8c167186600b848 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -10,7 +10,6 @@
|
||||
namespace Python::Internal {
|
||||
|
||||
class PySideUicExtraCompiler;
|
||||
class PythonRunConfiguration;
|
||||
|
||||
class PythonInterpreterAspect final : public ProjectExplorer::InterpreterAspect
|
||||
{
|
||||
@@ -18,8 +17,6 @@ public:
|
||||
PythonInterpreterAspect(Utils::AspectContainer *container, ProjectExplorer::RunConfiguration *rc);
|
||||
~PythonInterpreterAspect() final;
|
||||
|
||||
QList<PySideUicExtraCompiler *> extraCompilers() const;
|
||||
|
||||
private:
|
||||
friend class PythonRunConfiguration;
|
||||
class PythonInterpreterAspectPrivate *d = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user