mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-01 11:03:54 -07:00
events
This commit is contained in:
parent
29bf3d3774
commit
8b3723b871
16 changed files with 274 additions and 77 deletions
|
|
@ -37,10 +37,10 @@ public:
|
|||
~Servatrice();
|
||||
bool openDatabase();
|
||||
AuthenticationResult checkUserPassword(const QString &user, const QString &password);
|
||||
QStringList getLoginMessage() const { return loginMessage; }
|
||||
QString getLoginMessage() const { return loginMessage; }
|
||||
private:
|
||||
QTcpServer *tcpServer;
|
||||
QStringList loginMessage;
|
||||
QString loginMessage;
|
||||
QSettings *settings;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue