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
Valentin Platzgummer
qgroundcontrol
Commits
f0007592
Commit
f0007592
authored
Mar 20, 2017
by
Gus Grubba
Browse files
Stop timeout when closing tile reply.
parent
673816a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/QtLocationPlugin/QGeoMapReplyQGC.cpp
View file @
f0007592
...
...
@@ -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
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