forked from qt-creator/qt-creator
GlslEditor: Also camel-case the namespace
Follows the general pattern better. Change-Id: I5eaa6fb003d3b78c006f2500bba28c7cb92f623b Reviewed-by: Christian Stenger <christian.stenger@digia.com>
This commit is contained in:
@@ -35,8 +35,8 @@
|
||||
|
||||
#include <QDebug>
|
||||
|
||||
using namespace GLSLEditor;
|
||||
using namespace GLSLEditor::Internal;
|
||||
using namespace GlslEditor;
|
||||
using namespace GlslEditor::Internal;
|
||||
using namespace TextEditor;
|
||||
|
||||
Highlighter::Highlighter(QTextDocument *parent)
|
||||
|
||||
Reference in New Issue
Block a user