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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user