aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/python/pythonutils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/python/pythonutils.h')
-rw-r--r--src/plugins/python/pythonutils.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/python/pythonutils.h b/src/plugins/python/pythonutils.h
index 28d1faf607..9bedd9f6cf 100644
--- a/src/plugins/python/pythonutils.h
+++ b/src/plugins/python/pythonutils.h
@@ -40,6 +40,10 @@ namespace TextEditor { class TextDocument; }
namespace Python {
namespace Internal {
+enum class ReplType { Unmodified, Import, ImportToplevel };
+
+void openPythonRepl(const Utils::FilePath &file, ReplType type);
+
struct PythonLanguageServerState;
class PyLSConfigureAssistant : public QObject