mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-09 15:54:47 -07:00
fix for older Qt versions
This commit is contained in:
parent
520300dc86
commit
9d0133bae6
2 changed files with 4 additions and 1 deletions
|
|
@ -110,6 +110,7 @@ void Servatrice_IslServer::incomingConnection(int socketDescriptor)
|
|||
Servatrice::Servatrice(QSettings *_settings, QObject *parent)
|
||||
: Server(parent), settings(_settings), uptime(0), shutdownTimer(0)
|
||||
{
|
||||
qRegisterMetaType<QSqlDatabase>("QSqlDatabase");
|
||||
}
|
||||
|
||||
Servatrice::~Servatrice()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue