diff options
Diffstat (limited to 'src/plugins/python/pythonutils.h')
-rw-r--r-- | src/plugins/python/pythonutils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/python/pythonutils.h b/src/plugins/python/pythonutils.h index c33bf456ca..c8844d964e 100644 --- a/src/plugins/python/pythonutils.h +++ b/src/plugins/python/pythonutils.h @@ -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 |