mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-16 15:32:15 -07:00
Lint again.
Took 4 minutes
This commit is contained in:
parent
7b07326775
commit
a094af27a3
15 changed files with 92 additions and 141 deletions
|
|
@ -146,7 +146,7 @@ public:
|
|||
AbstractServerSocketInterface(Servatrice *_server,
|
||||
Servatrice_DatabaseInterface *_databaseInterface,
|
||||
QObject *parent = 0);
|
||||
~AbstractServerSocketInterface() {};
|
||||
~AbstractServerSocketInterface(){};
|
||||
bool initSession();
|
||||
|
||||
virtual QHostAddress getPeerAddress() const = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue