qextserialport.h   qextserialport.h 
skipping to change at line 237 skipping to change at line 237
qint64 writeData(const char *data, qint64 maxSize); qint64 writeData(const char *data, qint64 maxSize);
private: private:
Q_DISABLE_COPY(QextSerialPort) Q_DISABLE_COPY(QextSerialPort)
#ifdef Q_OS_WIN #ifdef Q_OS_WIN
Q_PRIVATE_SLOT(d_func(), void _q_onWinEvent(HANDLE)) Q_PRIVATE_SLOT(d_func(), void _q_onWinEvent(HANDLE))
#endif #endif
Q_PRIVATE_SLOT(d_func(), void _q_canRead()) Q_PRIVATE_SLOT(d_func(), void _q_canRead())
QextSerialPortPrivate *const d_ptr; QextSerialPortPrivate * const d_ptr;
}; };
#endif #endif
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/