move build system to cmake, add train overlord
This commit is contained in:
16
src/trainOverlord/overlorditemstore.h
Normal file
16
src/trainOverlord/overlorditemstore.h
Normal file
@ -0,0 +1,16 @@
|
||||
#pragma once
|
||||
#include "itemstore.h"
|
||||
#include <QTimer>
|
||||
|
||||
class OverlordItemStore: public ItemStore
|
||||
{
|
||||
Q_OBJECT
|
||||
private:
|
||||
QTimer timer;
|
||||
public:
|
||||
OverlordItemStore(QObject *parent = nullptr);
|
||||
|
||||
public slots:
|
||||
|
||||
void gotNfcTag(NfcUid);
|
||||
};
|
Reference in New Issue
Block a user