No.
qreal is just a simple typedef double qreal (float on ARM architecture).
So you can handle it as if it is a double/float.