Merge branch 'master' into AliveHook

This commit is contained in:
Salanto 2021-08-11 13:06:36 +02:00
commit 4550128d63

View File

@ -20,11 +20,9 @@
#define DB_VERSION 1 #define DB_VERSION 1
#include <QDebug>
#include <QDateTime> #include <QDateTime>
#include <QHostAddress> #include <QHostAddress>
#include <QMessageAuthenticationCode> #include <QMessageAuthenticationCode>
#include <QString>
#include <QSqlDatabase> #include <QSqlDatabase>
#include <QSqlDriver> #include <QSqlDriver>
#include <QSqlError> #include <QSqlError>
@ -41,7 +39,8 @@
* differently than the average user. * differently than the average user.
* This comes in two forms, when the user's client is banned, and when the user is a moderator. * This comes in two forms, when the user's client is banned, and when the user is a moderator.
*/ */
class DBManager{ class DBManager : public QObject {
Q_OBJECT
public: public:
/** /**
* @brief Constructor for the DBManager class. * @brief Constructor for the DBManager class.