Im getting this error:
error: 'qFromLittleEndian' was not declared in this scope

on line:
Qt Code:
  1. int value = qFromLittleEndian(msgList.at(row).data());
To copy to clipboard, switch view to plain text mode 

where data() returns a pointer to unsigned char ...
seems like the compiler doesnt know qFromLittleEndian function
Im using Qt 4.3.1
Anyone idea?
Thanks...