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
Marco Bubke
flatpak-qt-creator
Commits
6949453c
Commit
6949453c
authored
Mar 11, 2010
by
Thomas Hartmann
Browse files
QmlProjectManager: crash fix
parent
5a7858f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qmlprojectmanager/qmlproject.cpp
View file @
6949453c
...
...
@@ -258,7 +258,8 @@ bool QmlProject::fromMap(const QVariantMap &map)
refresh
(
Everything
);
// FIXME workaround to guarantee that run/debug actions are enabled if a valid file exists
QmlProjectRunConfiguration
*
runConfig
=
static_cast
<
QmlProjectRunConfiguration
*>
(
activeTarget
()
->
activeRunConfiguration
());
runConfig
->
changeCurrentFile
(
0
);
if
(
runConfig
)
runConfig
->
changeCurrentFile
(
0
);
return
true
;
}
...
...
Write
Preview
Supports
Markdown
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