aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/python/pythonutils.h
diff options
context:
space:
mode:
authorDavid Schulz <[email protected]>2023-11-01 15:05:03 +0100
committerDavid Schulz <[email protected]>2023-11-28 12:17:14 +0000
commit09e94ae4ac040ad313b7b86e62489dee7cd3804a (patch)
tree1e907c076ba18b326b413ed5ac551db4a3e5e380 /src/plugins/python/pythonutils.h
parent12428bf1d67bd282c5276383c91d968451b44036 (diff)
Python: use kits page in python wizards
Change-Id: I1f7aaf145443481546abb868c8c167186600b848 Reviewed-by: Christian Stenger <[email protected]>
Diffstat (limited to 'src/plugins/python/pythonutils.h')
-rw-r--r--src/plugins/python/pythonutils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/python/pythonutils.h b/src/plugins/python/pythonutils.h
index f3e685b4ae0..69fa7969f67 100644
--- a/src/plugins/python/pythonutils.h
+++ b/src/plugins/python/pythonutils.h
@@ -20,4 +20,6 @@ void createVenv(const Utils::FilePath &python,
const Utils::FilePath &venvPath,
const std::function<void(bool)> &callback);
+bool isVenvPython(const Utils::FilePath &python);
+
} // Python::Internal