Subversion Repositories Projects

Rev

Rev 451 | Rev 500 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 451 Rev 462
Line 11... Line 11...
11
 * using the SerialPort implementation
11
 * using the SerialPort implementation
12
 * by VIANNEY-LIAUD Philippe
12
 * by VIANNEY-LIAUD Philippe
13
 * ( philippe.vianney.liaud gmail.com )
13
 * ( philippe.vianney.liaud gmail.com )
14
 */
14
 */
Line 15... Line 15...
15
 
15
 
16
class QTSerialCommunication : public Communication, QObject {
16
class QTSerialCommunication : public QObject, public Communication {
Line 17... Line 17...
17
    Q_OBJECT
17
    Q_OBJECT
18
 
18
 
19
    private:
19
    private: