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
Tobias Hunger
qt-creator
Commits
649cebda
Commit
649cebda
authored
Jun 02, 2010
by
Christian Kamm
Browse files
QmlJS: Fix windows namespace issue with ComponentVersion.
Done-with: owolff
parent
fa79add2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libs/qmljs/qmljsinterpreter.cpp
View file @
649cebda
...
...
@@ -2049,7 +2049,7 @@ void CppQmlTypes::reload(Engine *interpreter)
}
}
QList
<
QmlObjectValue
*>
CppQmlTypes
::
typesForImport
(
const
QString
&
packageName
,
ComponentVersion
version
)
const
QList
<
QmlObjectValue
*>
CppQmlTypes
::
typesForImport
(
const
QString
&
packageName
,
QmlJS
::
ComponentVersion
version
)
const
{
QMap
<
QString
,
QmlObjectValue
*>
objectValuesByName
;
...
...
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