diff options
Diffstat (limited to 'src/plugins/python/pythonutils.h')
-rw-r--r-- | src/plugins/python/pythonutils.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/plugins/python/pythonutils.h b/src/plugins/python/pythonutils.h index 4ca5ea37a0..ff4b1a324d 100644 --- a/src/plugins/python/pythonutils.h +++ b/src/plugins/python/pythonutils.h @@ -27,8 +27,7 @@ #include <utils/filepath.h> -namespace Python { -namespace Internal { +namespace Python::Internal { enum class ReplType { Unmodified, Import, ImportToplevel }; void openPythonRepl(QObject *parent, const Utils::FilePath &file, ReplType type); @@ -38,5 +37,4 @@ QString pythonName(const Utils::FilePath &pythonPath); class PythonProject; PythonProject *pythonProjectForFile(const Utils::FilePath &pythonFile); -} // namespace Internal -} // namespace Python +} // Python::Internal |