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
a029a6c6
Commit
a029a6c6
authored
Feb 12, 2010
by
hjk
Browse files
compile fix with namespaces
parent
04b4fcb6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libs/qmljs/qmljslink.cpp
View file @
a029a6c6
...
...
@@ -284,9 +284,12 @@ UiQualifiedId *Link::qualifiedTypeNameId(Node *node)
return
0
;
}
static
uint
qHash
(
Document
::
Ptr
doc
)
{
QT_BEGIN_NAMESPACE
static
uint
qHash
(
Document
::
Ptr
doc
)
{
return
qHash
(
doc
.
data
());
}
QT_END_NAMESPACE
QList
<
Document
::
Ptr
>
Link
::
reachableDocuments
(
Document
::
Ptr
startDoc
,
const
Snapshot
&
snapshot
)
{
...
...
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