mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
add missing override and explicit specifiers in common (#5527)
This commit is contained in:
parent
b911ea6e28
commit
aee68f8b00
8 changed files with 11 additions and 11 deletions
|
|
@ -58,7 +58,7 @@ private slots:
|
|||
public:
|
||||
mutable QReadWriteLock clientsLock, roomsLock; // locking order: roomsLock before clientsLock
|
||||
explicit Server(QObject *parent = nullptr);
|
||||
virtual ~Server() = default;
|
||||
~Server() override = default;
|
||||
AuthenticationResult loginUser(Server_ProtocolHandler *session,
|
||||
QString &name,
|
||||
const QString &password,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue