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:
@@ -30,14 +30,14 @@
|
||||
#ifndef PYTHON_SOURCEGENERATOR_H
|
||||
#define PYTHON_SOURCEGENERATOR_H
|
||||
|
||||
#include "../pythoneditor_global.h"
|
||||
#include <utils/newclasswidget.h>
|
||||
#include <QSet>
|
||||
#include <QString>
|
||||
|
||||
namespace PythonEditor {
|
||||
namespace Internal {
|
||||
|
||||
class PYEDITOR_EXPORT SourceGenerator
|
||||
class SourceGenerator
|
||||
{
|
||||
public:
|
||||
enum QtBinding {
|
||||
@@ -70,6 +70,7 @@ private:
|
||||
QtVersion m_pythonQtVersion;
|
||||
};
|
||||
|
||||
} // namespace Internal
|
||||
} // namespace PythonEditor
|
||||
|
||||
#endif // PYTHON_SOURCEGENERATOR_H
|
||||
|
||||
Reference in New Issue
Block a user