File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -211,8 +211,9 @@ void QgsMapRender::render(QPainter* painter)
211
211
// passed into this function), as Qt produces a number of errors
212
212
// when try to do so. I'm (Gavin) not sure how to fix this, but
213
213
// added these comments and debug statement to help others...
214
- std::cerr << " If there is a QPaintEngine here, it is caused by an emit "
215
- " call just after line " << __LINE__ << " in file " << __FILE__ << " .\n " ;
214
+ std::cerr << " If there is a QPaintEngine error here, it is caused by an"
215
+ << " emit call just after line " << __LINE__
216
+ << " in file " << __FILE__ << " .\n " ;
216
217
217
218
emit setProgress (myRenderCounter++,layers.size ());
218
219
QgsMapLayer *ml = QgsMapLayerRegistry::instance ()->mapLayer (*li);
You can’t perform that action at this time.
0 commit comments