@@ -5,10 +5,12 @@
#define qvoid void
struct SamplePair {
qint16 x, y;
template<typename T> struct SamplePairT {
T x, y;
};
typedef SamplePairT<qint16> SamplePair;
class Device : public QIODevice
{
Q_OBJECT
The note is not visible to the blocked user.