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

IOLayer::IOLayer()
    : QObject()
{
}

IOLayer::IOLayer(const Config &)
    : QObject()
{
}

IOLayer::~IOLayer() {
}