Add OBoy C++ class
This commit is contained in:
parent
761fc4aa90
commit
95a1f784fc
3 changed files with 21 additions and 4 deletions
14
src/qt/oboy.h
Normal file
14
src/qt/oboy.h
Normal file
|
@ -0,0 +1,14 @@
|
|||
#pragma once
|
||||
|
||||
#include <QObject>
|
||||
|
||||
class OBoy : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit OBoy(QObject *parent = nullptr);
|
||||
|
||||
/* signals: */
|
||||
|
||||
/* public slots: */
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue