Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
6532fe5c
Commit
6532fe5c
authored
Jul 14, 2010
by
Olivier Goffart
Browse files
QmlJSDelta: put the internals class into an annonymous namespace
parent
1f4ded6e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qmljsinspector/qmljsdelta.cpp
View file @
6532fe5c
...
...
@@ -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
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment