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>
This commit is contained in:
Tobias Hunger
2013-08-23 13:41:17 +02:00
committed by hjk
parent 6a4e4cfb25
commit 4da06735dc
21 changed files with 40 additions and 58 deletions

View File

@@ -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