53 #include <QtCore/QObject> 54 #include <QtWebSockets/QWebSocket> 62 explicit Client(
const QUrl &url,
bool debug =
false, QObject *parent = Q_NULLPTR);
69 void sendMsg(
const QString &key);
81 #endif // ECHOCLIENT_H Client(const QUrl &url, bool debug=false, QObject *parent=Q_NULLPTR)
[constructor]
void sendMsg(const QString &key)
void onTextMessageReceived(QString message)
[onConnected]
void onConnected()
[constructor]