mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-14 09:06:51 +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();
|
||||
|
||||
signals:
|
||||
void dataSent(quint8 channel_type, int bytes);
|
||||
void dataReceived(quint8 channel_type, int bytes);
|
||||
void dataSent(quint8 channelType, int bytes);
|
||||
void dataReceived(quint8 channelType, int bytes);
|
||||
void packetVersionMismatch(PacketType::Value type);
|
||||
|
||||
private:
|
||||
|
|
Loading…
Reference in a new issue