diff options
author | Tobias Hunger <tobias.hunger@digia.com> | 2013-08-23 13:41:17 +0200 |
---|---|---|
committer | hjk <hjk121@nokiamail.com> | 2013-08-26 16:26:03 +0200 |
commit | 4da06735dcc7d9c93bd0ec3c71cde16227dfce09 (patch) | |
tree | 57e5402817d6eb2de6ad183f19fb69b440d2f3e1 /src/plugins/pythoneditor/pythoneditorplugin.h | |
parent | 6a4e4cfb254317708997a40b44853f810a5278a8 (diff) | |
download | qt-creator-4da06735dcc7d9c93bd0ec3c71cde16227dfce09.tar.gz |
Python: Do not export symbols
Nothing depends on this plugin, so these exports are not needed.
Change-Id: I7a6c1c6fd1dd355c904d2dcb6d3f0522cf30adcd
Reviewed-by: hjk <hjk121@nokiamail.com>
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 |