Python: move python name cache to utils

Change-Id: I7f6d13a465be6de90aea64e7f19c92bca3ee6c19
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
David Schulz
2022-03-16 09:28:01 +01:00
parent b8c8e0ccae
commit ff686f5679
3 changed files with 20 additions and 19 deletions

View File

@@ -33,6 +33,7 @@ namespace Internal {
enum class ReplType { Unmodified, Import, ImportToplevel };
void openPythonRepl(QObject *parent, const Utils::FilePath &file, ReplType type);
Utils::FilePath detectPython(const Utils::FilePath &documentPath);
QString pythonName(const Utils::FilePath &pythonPath);
} // namespace Internal
} // namespace Python