Skip to content

Commit

Permalink
Add link to corresponding issue in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pblottiere committed Oct 21, 2018
1 parent 514db35 commit ef4bf1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/services/wms/qgsmaprendererjobproxy.cpp
Expand Up @@ -58,7 +58,7 @@ namespace QgsWms
renderJob.start(); renderJob.start();


// Allows the main thread to manage blocking call coming from rendering // Allows the main thread to manage blocking call coming from rendering
// threads (see discussion in #18988). // threads (see discussion in https://issues.qgis.org/issues/18988).
QEventLoop loop; QEventLoop loop;
QObject::connect( &renderJob, &QgsMapRendererParallelJob::finished, &loop, &QEventLoop::quit ); QObject::connect( &renderJob, &QgsMapRendererParallelJob::finished, &loop, &QEventLoop::quit );
loop.exec(); loop.exec();
Expand Down

0 comments on commit ef4bf1a

Please sign in to comment.