QmlJSDelta: put the internals class into an annonymous namespace

This commit is contained in:
Olivier Goffart
2010-07-14 13:34:41 +02:00
parent 1f4ded6ec4
commit 6532fe5c28

View File

@@ -39,6 +39,8 @@ using namespace QmlJS;
using namespace QmlJS::AST;
using namespace QmlJSInspector::Internal;
namespace {
/*!
Build a hash of the parents
*/
@@ -273,7 +275,7 @@ static QString _methodName(UiSourceElement *source)
return QString();
}
}
Delta::DebugIdMap Delta::operator()(const Document::Ptr &doc1, const Document::Ptr &doc2, const DebugIdMap &debugIds)
{