forked from qt-creator/qt-creator
GLSLEditor: Remove needlessly exported symbols
... and move code into Internal namespace. Change-Id: I02a90c33db0ffe574af43bdb8d8e37b4159f8f0f Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -215,7 +215,7 @@ ExtensionSystem::IPlugin::ShutdownFlag GLSLEditorPlugin::aboutToShutdown()
|
||||
return IPlugin::aboutToShutdown();
|
||||
}
|
||||
|
||||
void GLSLEditorPlugin::initializeEditor(GLSLEditor::GLSLTextEditorWidget *editor)
|
||||
void GLSLEditorPlugin::initializeEditor(GLSLTextEditorWidget *editor)
|
||||
{
|
||||
QTC_CHECK(m_instance);
|
||||
m_actionHandler->setupActions(editor);
|
||||
|
||||
Reference in New Issue
Block a user