We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 514db35 commit ef4bf1aCopy full SHA for ef4bf1a
src/server/services/wms/qgsmaprendererjobproxy.cpp
@@ -58,7 +58,7 @@ namespace QgsWms
58
renderJob.start();
59
60
// Allows the main thread to manage blocking call coming from rendering
61
- // threads (see discussion in #18988).
+ // threads (see discussion in https://issues.qgis.org/issues/18988).
62
QEventLoop loop;
63
QObject::connect( &renderJob, &QgsMapRendererParallelJob::finished, &loop, &QEventLoop::quit );
64
loop.exec();
0 commit comments