AlfredoCubitos / qosmic

Automatically exported from code.google.com/p/qosmic
0 stars 1 forks source link

qreal is defined as float, not double on ARM #28

Open glixx opened 8 years ago

glixx commented 8 years ago

src/xfedit.cpp:691:35: error: no matching function for call to 'qMin(qreal&, double)' scaleSelection(qMin(sx, 1.15), qMin(sy, 1.15), tpos); src/xfedit.cpp:691:51: error: no matching function for call to 'qMin(qreal&, double)' scaleSelection(qMin(sx, 1.15), qMin(sy, 1.15), tpos); src/xfedit.cpp:693:62: error: no matching function for call to 'qMin(qreal&, double)' scaleTriangle(dynamic_cast<Triangle>(t), qMin(sx, 1.15), qMin(sy, 1.15), tpos); src/xfedit.cpp:693:78: error: no matching function for call to 'qMin(qreal&, double)' scaleTriangle(dynamic_cast<Triangle>(t), qMin(sx, 1.15), qMin(sy, 1.15), tpos);