Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Add link to corresponding issue in comment
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
src/server/services/wms/qgsmaprendererjobproxy.cpp
|
@@ -58,7 +58,7 @@ namespace QgsWms |
|
|
renderJob.start(); |
|
|
|
|
|
// 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; |
|
|
QObject::connect( &renderJob, &QgsMapRendererParallelJob::finished, &loop, &QEventLoop::quit ); |
|
|
loop.exec(); |
|
|