Add OBoy C++ class

This commit is contained in:
Fabien Freling 2019-05-11 20:00:33 +02:00
parent 761fc4aa90
commit 95a1f784fc
3 changed files with 21 additions and 4 deletions

6
src/qt/oboy.cpp Normal file
View file

@ -0,0 +1,6 @@
#include "oboy.h"
OBoy::OBoy(QObject *parent) : QObject(parent)
{
}