Network/AbstractSocket: Fix comment
Former-commit-id: f74b61def45195a8e5b82f499fbbc05ce0cc492c
This commit is contained in:
parent
2efaa9dad6
commit
64cd9edd6b
|
|
@ -35,7 +35,7 @@ namespace Nz
|
||||||
|
|
||||||
unsigned int QueryAvailableBytes() const;
|
unsigned int QueryAvailableBytes() const;
|
||||||
|
|
||||||
// Slots
|
// Signals:
|
||||||
NazaraSignal(OnStateChange, const AbstractSocket* /*socket*/, SocketState /*newState*/);
|
NazaraSignal(OnStateChange, const AbstractSocket* /*socket*/, SocketState /*newState*/);
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue