mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
Initialize fields in OverlayClient
This commit is contained in:
parent
70451a60ce
commit
fcb908b757
@ -46,7 +46,10 @@
|
||||
|
||||
OverlayClient::OverlayClient(QLocalSocket *socket, QObject *p) :
|
||||
QObject(p),
|
||||
ougUsers(&g.s.os) {
|
||||
ougUsers(&g.s.os),
|
||||
iMouseX(0),
|
||||
iMouseY(0),
|
||||
fFps(0) {
|
||||
qlsSocket = socket;
|
||||
qlsSocket->setParent(NULL);
|
||||
connect(qlsSocket, SIGNAL(readyRead()), this, SLOT(readyRead()));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user