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:
hjk
2014-08-21 20:11:15 +02:00
parent 268a9a1042
commit cf66d54610
20 changed files with 54 additions and 54 deletions

View File

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