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
0aaa9a82
Commit
0aaa9a82
authored
Jun 09, 2010
by
Robert Loehning
Browse files
Compile fix for MSVC
parent
e307bc25
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libs/qmljs/qmljsinterpreter.cpp
View file @
0aaa9a82
...
...
@@ -2005,7 +2005,7 @@ void CppQmlTypesLoader::setSuperClasses(QMap<QString, FakeMetaObject *> *newObje
}
}
void
CppQmlTypes
::
load
(
Interpreter
::
Engine
*
engine
,
const
QList
<
const
FakeMetaObject
*>
&
objects
)
void
CppQmlTypes
::
load
(
Engine
*
engine
,
const
QList
<
const
FakeMetaObject
*>
&
objects
)
{
// load
foreach
(
const
FakeMetaObject
*
metaObject
,
objects
)
{
...
...
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