Commit 3d6ea7b
1 parent 45a4ae2 commit 3d6ea7b
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
413 | 413 |
| |
414 | 414 |
| |
415 | 415 |
| |
416 |
| - | |
| 416 | + | |
417 | 417 |
| |
418 | 418 |
| |
419 | 419 |
| |
|
1 parent 45a4ae2 commit 3d6ea7b
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
413 | 413 |
| |
414 | 414 |
| |
415 | 415 |
| |
416 |
| - | |
| 416 | + | |
417 | 417 |
| |
418 | 418 |
| |
419 | 419 |
| |
|
3 commit comments
NathanW2 commentedon Jun 28, 2016
Seems I broke the build with this. What should we use on windows?
rouault commentedon Jun 28, 2016
qRound() returns a int, so you just have to change / 100 by / 100.0 for example
NathanW2 commentedon Jun 28, 2016
Ah right. Thanks not sure how I didn't see that :)