summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/io_serial.h
blob: c6a2efd0c106626cca3c3bdbe99e46972d4f94c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef OPIE_IO_SERIAL
#define OPIE_IO_SERIAL

#include "io_layer.h"

class IOSerial : public IOLayer {
    Q_OBJECT
public:
    IOSerial(const Config &);
public slots:
    void received(const QByteArray &);
    void error(int, const QString &);
};


#endif /* OPIE_IO_SERIAL */