Snake/SnakeServer/Server/sqldatabase.h

13 lines
192 B
C
Raw Normal View History

2019-02-16 17:08:00 +03:00
#ifndef SQLDATABASE_H
#define SQLDATABASE_H
#include <QObject>
class SQLDataBase : public QObject
{
Q_OBJECT
public:
SQLDataBase(QObject * ptr = nullptr);
};
#endif // SQLDATABASE_H