Lint again.

Took 4 minutes
This commit is contained in:
Lukas Brübach 2025-10-08 16:07:24 +02:00
parent 7b07326775
commit a094af27a3
15 changed files with 92 additions and 141 deletions

View file

@ -146,7 +146,7 @@ public:
AbstractServerSocketInterface(Servatrice *_server,
Servatrice_DatabaseInterface *_databaseInterface,
QObject *parent = 0);
~AbstractServerSocketInterface() {};
~AbstractServerSocketInterface(){};
bool initSession();
virtual QHostAddress getPeerAddress() const = 0;