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
56df4e29
Commit
56df4e29
authored
Feb 10, 2010
by
Roberto Raggi
Browse files
Fixed possible crash when trying to link invalid documents.
parent
5d0f65fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libs/qmljs/qmljslink.cpp
View file @
56df4e29
...
...
@@ -258,6 +258,9 @@ QList<Document::Ptr> Link::reachableDocuments(Document::Ptr startDoc, const Snap
{
QList
<
Document
::
Ptr
>
docs
;
if
(
!
startDoc
)
return
docs
;
QSet
<
QString
>
processed
;
QStringList
todo
;
...
...
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