aboutsummaryrefslogtreecommitdiffstats
path: root/src/websockets/qwebsocket.h
diff options
context:
space:
mode:
authorKurt Pattyn <pattyn.kurt@gmail.com>2013-12-22 18:24:21 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-12-23 19:26:09 +0100
commit23ccec8ce246634799b06f55b85478b3fbbb356d (patch)
tree7144ceb793362636931c4d26f9cc5f1561672fda /src/websockets/qwebsocket.h
parent19d8d19af44b9075f745790380c3fe663d8e7fd0 (diff)
Add optimizations
Change-Id: Icd293f832e2d7a6272d4953c1994065d16222375 Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com>
Diffstat (limited to 'src/websockets/qwebsocket.h')
-rw-r--r--src/websockets/qwebsocket.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/websockets/qwebsocket.h b/src/websockets/qwebsocket.h
index 8a6369a..40e1e9a 100644
--- a/src/websockets/qwebsocket.h
+++ b/src/websockets/qwebsocket.h
@@ -65,7 +65,9 @@ class Q_WEBSOCKETS_EXPORT QWebSocket : public QObject
Q_DECLARE_PRIVATE(QWebSocket)
public:
- explicit QWebSocket(const QString &origin = QString(), QWebSocketProtocol::Version version = QWebSocketProtocol::V_LATEST, QObject *parent = Q_NULLPTR);
+ explicit QWebSocket(const QString &origin = QString(),
+ QWebSocketProtocol::Version version = QWebSocketProtocol::V_LATEST,
+ QObject *parent = Q_NULLPTR);
virtual ~QWebSocket();
void abort();