summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/io_serial.cpp
blob: 42c86b51139cba2471792e7b2fbb6bd58cf8940f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#include "io_serial.h"

IOSerial::IOSerial(const Config &config) : IOLayer(config) {
}


void IOSerial::error(int number, const QString &error) {
}

void IOSerial::received(const QByteArray &array) {
}