forked from qt-creator/qt-creator
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:
@@ -183,6 +183,7 @@ static const char *const LIST_OF_PYTHON_BUILTINS[] = {
|
||||
};
|
||||
|
||||
namespace PythonEditor {
|
||||
namespace Internal {
|
||||
|
||||
PythonEditorPlugin *PythonEditorPlugin::m_instance = 0;
|
||||
|
||||
@@ -280,7 +281,7 @@ QSet<QString> PythonEditorPlugin::builtins()
|
||||
return instance()->m_builtins;
|
||||
}
|
||||
|
||||
} // namespace Internal
|
||||
} // namespace PythonEditor
|
||||
|
||||
Q_EXPORT_PLUGIN(PythonEditor::PythonEditorPlugin)
|
||||
|
||||
Q_EXPORT_PLUGIN(PythonEditor::Internal::PythonEditorPlugin)
|
||||
|
||||
Reference in New Issue
Block a user