summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/websockets/qwebsocketdataprocessor_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/websockets/qwebsocketdataprocessor_p.h b/src/websockets/qwebsocketdataprocessor_p.h
index 30757b3..4ad4fa6 100644
--- a/src/websockets/qwebsocketdataprocessor_p.h
+++ b/src/websockets/qwebsocketdataprocessor_p.h
@@ -46,7 +46,7 @@ class QWebSocketFrame;
\internal
The DataProcessor class reads and interprets incoming websocket messages, and emits appropriate signals.
*/
-class QWebSocketDataProcessor : public QObject
+class Q_AUTOTEST_EXPORT QWebSocketDataProcessor : public QObject
{
Q_OBJECT
Q_DISABLE_COPY(QWebSocketDataProcessor)