Skip to content
GitLab
Menu
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
c70e28bb
Commit
c70e28bb
authored
Oct 08, 2010
by
Thomas Hartmann
Browse files
QmlDesigner: fixes potential bug
QtQuick 1.0 does not belong anywhere Reviewed-by: Kai Koehne
parent
45aa74ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qmldesigner/designercore/metainfo/metainfo.cpp
View file @
c70e28bb
...
...
@@ -129,7 +129,7 @@ void MetaInfoPrivate::loadPlugins(QDeclarativeEngine *engine)
QDeclarativeComponent
pluginComponent
(
engine
,
0
);
QStringList
pluginList
;
pluginList
+=
"import Qt
Quick 1.0
"
;
pluginList
+=
"import Qt
4.7
"
;
pluginList
+=
"import QtWebKit 1.0"
;
// load maybe useful plugins
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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