Skip to content

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎src/gui/qgsmaprender.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,9 @@ void QgsMapRender::render(QPainter* painter)
211211
// passed into this function), as Qt produces a number of errors
212212
// when try to do so. I'm (Gavin) not sure how to fix this, but
213213
// 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";
216217

217218
emit setProgress(myRenderCounter++,layers.size());
218219
QgsMapLayer *ml = QgsMapLayerRegistry::instance()->mapLayer(*li);

0 commit comments

Comments
 (0)
Please sign in to comment.