forked from qt-creator/qt-creator
GSLSEditor: Fully qualify class name in Q_EXPORT_PLUGIN
Change-Id: I10c127852aa65958497d2b48af1d52c6a33c57ab Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -277,4 +277,4 @@ const GLSLEditorPlugin::InitFile *GLSLEditorPlugin::shaderInit(int variant) cons
|
||||
} // namespace Internal
|
||||
} // namespace GLSLEditor
|
||||
|
||||
Q_EXPORT_PLUGIN(GLSLEditorPlugin)
|
||||
Q_EXPORT_PLUGIN(GLSLEditor::Internal::GLSLEditorPlugin)
|
||||
|
||||
Reference in New Issue
Block a user