aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/python/pythonrunconfiguration.h
diff options
context:
space:
mode:
authorhjk <[email protected]>2023-06-23 13:58:46 +0200
committerhjk <[email protected]>2023-07-04 12:28:40 +0000
commit914bc626e70a704d461d7f55db638e868b0c3d26 (patch)
tree5166c8d36cec602baff6c6217337333a3d3af949 /src/plugins/python/pythonrunconfiguration.h
parent6f819c07cd8744c501df986b5f9154ac8cedaf92 (diff)
Python: Use a separate PythonInterpreterAspect
... and move interpreter related code there. Change-Id: I108a4bdfa7c3f2078da164ce13e897a18ebdadde Reviewed-by: David Schulz <[email protected]>
Diffstat (limited to 'src/plugins/python/pythonrunconfiguration.h')
-rw-r--r--src/plugins/python/pythonrunconfiguration.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/plugins/python/pythonrunconfiguration.h b/src/plugins/python/pythonrunconfiguration.h
index 86d174af1a0..81b6a851ce9 100644
--- a/src/plugins/python/pythonrunconfiguration.h
+++ b/src/plugins/python/pythonrunconfiguration.h
@@ -8,7 +8,6 @@
namespace Python::Internal {
-class PythonRunConfigurationPrivate;
class PySideUicExtraCompiler;
class PythonRunConfiguration : public ProjectExplorer::RunConfiguration
@@ -20,9 +19,6 @@ public:
~PythonRunConfiguration() override;
QList<PySideUicExtraCompiler *> extraCompilers() const;
-
-private:
- PythonRunConfigurationPrivate *d = nullptr;
};
class PythonRunConfigurationFactory : public ProjectExplorer::RunConfigurationFactory