Add OBoy C++ class
This commit is contained in:
parent
761fc4aa90
commit
95a1f784fc
3 changed files with 21 additions and 4 deletions
6
src/qt/oboy.cpp
Normal file
6
src/qt/oboy.cpp
Normal file
|
@ -0,0 +1,6 @@
|
|||
#include "oboy.h"
|
||||
|
||||
OBoy::OBoy(QObject *parent) : QObject(parent)
|
||||
{
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue