forked from qt-creator/qt-creator
Promote previously python-specific InterpreterAspect
... and drop PythonRunConfiguration, which is a plain RunConfiguration now. Change-Id: I540cb738180fc1424f730d6d1998886915ce527b Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -32,11 +32,11 @@
|
||||
#include <QTextDocument>
|
||||
|
||||
namespace TextEditor { class TextDocument; }
|
||||
namespace ProjectExplorer { class RunConfiguration; }
|
||||
|
||||
namespace Python {
|
||||
namespace Internal {
|
||||
|
||||
class PythonRunConfiguration;
|
||||
|
||||
class PySideInstaller : public QObject
|
||||
{
|
||||
Q_DECLARE_TR_FUNCTIONS(Python::Internal::PySideInstaller)
|
||||
@@ -49,7 +49,7 @@ private:
|
||||
|
||||
void installPyside(const Utils::FilePath &python,
|
||||
const QString &pySide, TextEditor::TextDocument *document);
|
||||
void changeInterpreter(const QString &interpreterId, PythonRunConfiguration *runConfig);
|
||||
void changeInterpreter(const QString &interpreterId, ProjectExplorer::RunConfiguration *runConfig);
|
||||
void handlePySideMissing(const Utils::FilePath &python,
|
||||
const QString &pySide,
|
||||
TextEditor::TextDocument *document);
|
||||
|
||||
Reference in New Issue
Block a user