Hi,

Ive seen some codes with variables of the type 'qreal' and 'qint'. However, these words do not appear as key words, and therefore cannot be types. What are they?

An example:
qint64 writeData(const char *data, qint64 len);


Cheers