#include "io_layer.h" IOLayer::IOLayer() : QObject() { } IOLayer::IOLayer(const Config &) : QObject() { } IOLayer::~IOLayer() { }