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

@@ -61,7 +61,7 @@
using namespace TextEditor;
namespace GLSLEditor {
namespace GlslEditor {
namespace Internal {
enum CompletionOrder {
@@ -472,4 +472,4 @@ GlslCompletionAssistInterface::GlslCompletionAssistInterface(QTextDocument *text
}
} // namespace Internal
} // namespace GLSLEditor
} // namespace GlslEditor