forked from qt-creator/qt-creator
Python: add interpreter selector to editor toolbar
Fixes: PYSIDE-2154 Change-Id: If5e90f5bf2923b61af37ebbfcd35c512b3b07db4 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -10,6 +10,7 @@ namespace Python::Internal {
|
||||
enum class ReplType { Unmodified, Import, ImportToplevel };
|
||||
void openPythonRepl(QObject *parent, const Utils::FilePath &file, ReplType type);
|
||||
Utils::FilePath detectPython(const Utils::FilePath &documentPath);
|
||||
void definePythonForDocument(const Utils::FilePath &documentPath, const Utils::FilePath &python);
|
||||
QString pythonName(const Utils::FilePath &pythonPath);
|
||||
|
||||
class PythonProject;
|
||||
|
||||
Reference in New Issue
Block a user