fix variable name for coding standard

This commit is contained in:
Stephen Birarda 2015-07-14 15:52:16 -07:00
parent bbe5a3d682
commit b4d01c4644

View file

@ -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: