File tree Expand file tree Collapse file tree 2 files changed +1
-13
lines changed Expand file tree Collapse file tree 2 files changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ SOURCES += \
52
52
# Add support for websockets
53
53
#
54
54
QMQTT_WEBSOCKETS {
55
- PRIVATE_HEADERS += \
55
+ HEADERS += \
56
56
$$PWD /src/mqtt/qmqtt_websocket_p.h \
57
57
$$PWD /src/mqtt/qmqtt_websocketiodevice_p.h
58
58
Original file line number Diff line number Diff line change 37
37
38
38
#include < QByteArray>
39
39
#include < QIODevice>
40
- #include < QList>
41
- #include < QAbstractSocket>
42
40
43
41
QT_FORWARD_DECLARE_CLASS (QWebSocket)
44
42
QT_FORWARD_DECLARE_CLASS(QNetworkRequest)
45
- QT_FORWARD_DECLARE_CLASS(QSslError)
46
43
47
44
namespace QMQTT
48
45
{
@@ -57,15 +54,6 @@ class WebSocketIODevice : public QIODevice
57
54
58
55
virtual qint64 bytesAvailable () const ;
59
56
60
- Q_SIGNALS:
61
- void connected ();
62
-
63
- void disconnected ();
64
-
65
- void error (QAbstractSocket::SocketError error);
66
-
67
- void sslErrors (const QList<QSslError> &errors);
68
-
69
57
protected:
70
58
virtual qint64 readData (char *data, qint64 maxSize);
71
59
You can’t perform that action at this time.
0 commit comments