qpsxserial/serial.cpp

8 lines
82 B
C++

#include "serial.hpp"
Serial::Serial(QObject *parent) :
QObject(parent)
{
}