Inherit tr method from QObject
This commit is contained in:
parent
ec45370a71
commit
9d55d3ea9e
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user