From d973448f74e0a47c42172ddf0fd94e210b682d19 Mon Sep 17 00:00:00 2001
From: hjk <qthjk@ovi.com>
Date: Mon, 31 Dec 2012 10:39:47 +0100
Subject: [PATCH] GSLSEditor: Fully qualify class name in Q_EXPORT_PLUGIN

Change-Id: I10c127852aa65958497d2b48af1d52c6a33c57ab
Reviewed-by: hjk <qthjk@ovi.com>
---
 src/plugins/glsleditor/glsleditorplugin.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/plugins/glsleditor/glsleditorplugin.cpp b/src/plugins/glsleditor/glsleditorplugin.cpp
index 6e7ea3c19b4..0cb20999ea5 100644
--- a/src/plugins/glsleditor/glsleditorplugin.cpp
+++ b/src/plugins/glsleditor/glsleditorplugin.cpp
@@ -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)
-- 
GitLab