Kaydet (Commit) 7b6b8131 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:loopvartoosmall

Change-Id: Iaa82f5e3180024db747a52d699aa77c16781afa0
üst d58d9402
...@@ -206,7 +206,7 @@ namespace ...@@ -206,7 +206,7 @@ namespace
static QRegion XRegionToQRegion( Region xr ) static QRegion XRegionToQRegion( Region xr )
{ {
QRegion qr; QRegion qr;
for( int i = 0; for( long i = 0;
i < xr->numRects; i < xr->numRects;
++i ) ++i )
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment