forked from qt-creator/qt-creator
Python: move python name cache to utils
Change-Id: I7f6d13a465be6de90aea64e7f19c92bca3ee6c19 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user