Skip to content

Commit ef4bf1a

Browse files
committed
Add link to corresponding issue in comment
1 parent 514db35 commit ef4bf1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/services/wms/qgsmaprendererjobproxy.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ namespace QgsWms
5858
renderJob.start();
5959

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

0 commit comments

Comments
 (0)