summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/io_layer.cpp
blob: 563a252d38ccdb9364f4af2451e3e7f2abd03ec9 (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 Profile &)
    : QObject()
{
}

IOLayer::~IOLayer() {
}