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
Valentin Platzgummer
qgroundcontrol
Commits
2f1e631c
Commit
2f1e631c
authored
Mar 20, 2017
by
Gus Grubba
Committed by
GitHub
Mar 20, 2017
Browse files
Merge pull request #4805 from dogmaphobic/tileReply
Stop timeout when closing tile reply.
parents
673816a6
f0007592
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/QtLocationPlugin/QGeoMapReplyQGC.cpp
View file @
2f1e631c
...
...
@@ -81,6 +81,7 @@ QGeoTiledMapReplyQGC::~QGeoTiledMapReplyQGC()
void
QGeoTiledMapReplyQGC
::
_clearReply
()
{
_timer
.
stop
();
if
(
_reply
)
{
_reply
->
deleteLater
();
_reply
=
0
;
...
...
@@ -107,6 +108,7 @@ QGeoTiledMapReplyQGC::_returnBadTile()
void
QGeoTiledMapReplyQGC
::
abort
()
{
_timer
.
stop
();
if
(
_reply
)
_reply
->
abort
();
}
...
...
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