mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-06-25 10:48:04 +02:00
Code cleanup
This commit is contained in:
@ -55,10 +55,8 @@ static QString quadKey(const QPoint &xy, int zoom)
|
||||
unsigned mask = 1 << (i - 1);
|
||||
if (xy.x() & mask)
|
||||
digit++;
|
||||
if (xy.y() & mask) {
|
||||
digit++;
|
||||
digit++;
|
||||
}
|
||||
if (xy.y() & mask)
|
||||
digit += 2;
|
||||
qk.append(digit);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user