We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a050eeb commit 76b8c25Copy full SHA for 76b8c25
src/gui/qgsmaprender.cpp
@@ -211,8 +211,9 @@ void QgsMapRender::render(QPainter* painter)
211
// passed into this function), as Qt produces a number of errors
212
// when try to do so. I'm (Gavin) not sure how to fix this, but
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";
+ std::cerr << "If there is a QPaintEngine error here, it is caused by an"
+ << " emit call just after line " << __LINE__
216
+ << " in file " << __FILE__ << ".\n";
217
218
emit setProgress(myRenderCounter++,layers.size());
219
QgsMapLayer *ml = QgsMapLayerRegistry::instance()->mapLayer(*li);
0 commit comments