GSLSEditor: Fully qualify class name in Q_EXPORT_PLUGIN

Change-Id: I10c127852aa65958497d2b48af1d52c6a33c57ab
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
hjk
2012-12-31 10:39:47 +01:00
parent f857feed0e
commit d973448f74

View File

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