aboutsummaryrefslogtreecommitdiffstats
path: root/qafbwebsocketclient.h
diff options
context:
space:
mode:
Diffstat (limited to 'qafbwebsocketclient.h')
-rw-r--r--qafbwebsocketclient.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qafbwebsocketclient.h b/qafbwebsocketclient.h
index 71e719d..9e97dcc 100644
--- a/qafbwebsocketclient.h
+++ b/qafbwebsocketclient.h
@@ -58,7 +58,7 @@ signals:
void error(QAbstractSocket::SocketError);
void textReceived(QString msg);
void textSent(QString msg);
- void event(QString eventName, const QJsonValue& data);
+ void eventReceived(QString eventName, const QJsonValue& data);
private:
int m_nextCallId;