Skip to content
Snippets Groups Projects
Commit 7bbd2532 authored by hjk's avatar hjk
Browse files

compile fix with namespaces

parent 6010b02e
No related branches found
No related tags found
No related merge requests found
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
#include "qmljsastvisitor_p.h" #include "qmljsastvisitor_p.h"
QT_BEGIN_NAMESPACE QT_QML_BEGIN_NAMESPACE
namespace QmlJS { namespace AST { namespace QmlJS { namespace AST {
...@@ -55,4 +55,4 @@ Visitor::~Visitor() ...@@ -55,4 +55,4 @@ Visitor::~Visitor()
} } // namespace QmlJS::AST } } // namespace QmlJS::AST
QT_END_NAMESPACE QT_QML_END_NAMESPACE
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment