Skip to content

Commit 76b8c25

Browse files
author
g_j_m
committed
Error messages should make sense...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5069 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent a050eeb commit 76b8c25

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/gui/qgsmaprender.cpp

+3-2
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)