summaryrefslogtreecommitdiff
path: root/src/plugins/pythoneditor/pythoneditorwidget.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@digia.com>2013-08-23 13:41:17 +0200
committerhjk <hjk121@nokiamail.com>2013-08-26 16:26:03 +0200
commit4da06735dcc7d9c93bd0ec3c71cde16227dfce09 (patch)
tree57e5402817d6eb2de6ad183f19fb69b440d2f3e1 /src/plugins/pythoneditor/pythoneditorwidget.h
parent6a4e4cfb254317708997a40b44853f810a5278a8 (diff)
downloadqt-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/pythoneditorwidget.h')
-rw-r--r--src/plugins/pythoneditor/pythoneditorwidget.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/pythoneditor/pythoneditorwidget.h b/src/plugins/pythoneditor/pythoneditorwidget.h
index 63f646b79f..24258dfa5c 100644
--- a/src/plugins/pythoneditor/pythoneditorwidget.h
+++ b/src/plugins/pythoneditor/pythoneditorwidget.h
@@ -30,14 +30,13 @@
#ifndef PYTHONEDITORWIDGET_H
#define PYTHONEDITORWIDGET_H
-#include "pythoneditor_global.h"
-
#include <texteditor/basetexteditor.h>
#include <utils/uncommentselection.h>
namespace PythonEditor {
+namespace Internal {
-class PYEDITOR_EXPORT EditorWidget : public TextEditor::BaseTextEditorWidget
+class EditorWidget : public TextEditor::BaseTextEditorWidget
{
Q_OBJECT
@@ -57,6 +56,7 @@ private:
Utils::CommentDefinition m_commentDefinition;
};
+} // namespace Internal
} // namespace PythonEditor
#endif // PYTHONEDITORWIDGET_H