From b4d01c464408855e7a50ec9bd4ff459d2863ba79 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Tue, 14 Jul 2015 15:52:16 -0700 Subject: [PATCH] fix variable name for coding standard --- libraries/networking/src/PacketReceiver.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: