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
98e6eac6
Commit
98e6eac6
authored
Apr 07, 2010
by
Friedemann Kleint
Browse files
Windows Compile fix.
parent
b19c51d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libs/qmljs/qmljsinterpreter.cpp
View file @
98e6eac6
...
...
@@ -1448,12 +1448,12 @@ void Context::setProperty(const ObjectValue *object, const QString &name, const
_properties
[
object
].
insert
(
name
,
value
);
}
bool
Context
::
documentImportsPlugins
(
const
Document
*
doc
)
const
bool
Context
::
documentImportsPlugins
(
const
QmlJS
::
Document
*
doc
)
const
{
return
_documentsImportingPlugins
.
contains
(
doc
->
fileName
());
}
void
Context
::
setDocumentImportsPlugins
(
const
Document
*
doc
)
void
Context
::
setDocumentImportsPlugins
(
const
QmlJS
::
Document
*
doc
)
{
_documentsImportingPlugins
.
insert
(
doc
->
fileName
());
}
...
...
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