diff --git a/libraries/networking/src/PacketReceiver.h b/libraries/networking/src/PacketReceiver.h index 448ca07876..f0066115e0 100644 --- a/libraries/networking/src/PacketReceiver.h +++ b/libraries/networking/src/PacketReceiver.h @@ -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: