diff options
Diffstat (limited to 'src/plugins/pythoneditor/pythoneditor.cpp')
-rw-r--r-- | src/plugins/pythoneditor/pythoneditor.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/pythoneditor/pythoneditor.cpp b/src/plugins/pythoneditor/pythoneditor.cpp index 629e326e2f..d00cb87182 100644 --- a/src/plugins/pythoneditor/pythoneditor.cpp +++ b/src/plugins/pythoneditor/pythoneditor.cpp @@ -45,6 +45,7 @@ #include <QFileInfo> namespace PythonEditor { +namespace Internal { PythonEditor::PythonEditor(EditorWidget *editorWidget) :BaseTextEditor(editorWidget) @@ -90,4 +91,5 @@ bool PythonEditor::open(QString *errorString, return status; } +} // namespace Internal } // namespace PythonEditor |