Skip to content

Commit 4316914

Browse files
author
g_j_m
committed
Correct some debug output formatting
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6348 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent f6f9d48 commit 4316914

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/raster/qgsrasterlayer.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -1591,6 +1591,7 @@ void QgsRasterLayer::drawSingleBandGray(QPainter * theQPainter, QgsRasterViewPor
15911591
+ QString::number(paintXoffset) + ", " + QString::number(paintYoffset)\
15921592
+ " to "\
15931593
+ QString::number(static_cast<int>(theRasterViewPort->topLeftPoint.x() + 0.5))\
1594+
+ ", "\
15941595
+ QString::number(static_cast<int>(theRasterViewPort->topLeftPoint.y() + 0.5))\
15951596
+ ".");
15961597

@@ -2349,6 +2350,7 @@ QgsDebugMsg("QgsRasterLayer::drawSingleBandGray: painting image to canvas from "
23492350
+ QString::number(paintXoffset) + ", " + QString::number(paintYoffset)\
23502351
+ " to "\
23512352
+ QString::number(static_cast<int>(theRasterViewPort->topLeftPoint.x() + 0.5))\
2353+
+ ", "\
23522354
+ QString::number(static_cast<int>(theRasterViewPort->topLeftPoint.y() + 0.5))\
23532355
+ ".");
23542356

@@ -2482,6 +2484,7 @@ QgsDebugMsg("QgsRasterLayer::drawSingleBandGray: painting image to canvas from s
24822484
+ QString::number(paintXoffset) + ", " + QString::number(paintYoffset)\
24832485
+ " to "\
24842486
+ QString::number(static_cast<int>(theRasterViewPort->topLeftPoint.x() + 0.5))\
2487+
+ ", "\
24852488
+ QString::number(static_cast<int>(theRasterViewPort->topLeftPoint.y() + 0.5))\
24862489
+ ".");
24872490

0 commit comments

Comments
 (0)