mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 05:17:08 +02:00
fix variable name for coding standard
This commit is contained in:
parent
bbe5a3d682
commit
b4d01c4644
1 changed files with 2 additions and 2 deletions
|
@ -47,8 +47,8 @@ public slots:
|
||||||
void processDatagrams();
|
void processDatagrams();
|
||||||
|
|
||||||
signals:
|
signals:
|
||||||
void dataSent(quint8 channel_type, int bytes);
|
void dataSent(quint8 channelType, int bytes);
|
||||||
void dataReceived(quint8 channel_type, int bytes);
|
void dataReceived(quint8 channelType, int bytes);
|
||||||
void packetVersionMismatch(PacketType::Value type);
|
void packetVersionMismatch(PacketType::Value type);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
Loading…
Reference in a new issue