diff options
Diffstat (limited to 'src/plugins/pythoneditor/pythoneditorplugin.h')
-rw-r--r-- | src/plugins/pythoneditor/pythoneditorplugin.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/pythoneditor/pythoneditorplugin.h b/src/plugins/pythoneditor/pythoneditorplugin.h index 093536dddb..f6c730cb69 100644 --- a/src/plugins/pythoneditor/pythoneditorplugin.h +++ b/src/plugins/pythoneditor/pythoneditorplugin.h @@ -36,6 +36,7 @@ #include <QScopedPointer> namespace PythonEditor { +namespace Internal { class EditorFactory; class EditorWidget; @@ -71,6 +72,7 @@ private: QSet<QString> m_builtins; }; +} // namespace Internal } // namespace PythonEditor #endif // PYTHONEDITOR_PLUGIN_H |