summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKurt Pattyn <pattyn.kurt@gmail.com>2014-01-18 19:15:43 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-01-18 19:16:22 +0100
commitd6abdaf4921cd375d71d9016c36d27ac83138a20 (patch)
treeab42495e726e9559487d8360bf3ca4873573e63b /src
parent3359932202f79b0fa80ae8d3a6ec73f35b34c738 (diff)
downloadqtwebsockets-d6abdaf4921cd375d71d9016c36d27ac83138a20.tar.gz
Add reference to related feature report
Change-Id: Iba4aa2db5a2967865ff731134e6514d6649bcafb Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com>
Diffstat (limited to 'src')
-rw-r--r--src/websockets/qwebsocketserver.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/websockets/qwebsocketserver.h b/src/websockets/qwebsocketserver.h
index 35ca3aa..7e484fb 100644
--- a/src/websockets/qwebsocketserver.h
+++ b/src/websockets/qwebsocketserver.h
@@ -125,6 +125,7 @@ Q_SIGNALS:
void acceptError(QAbstractSocket::SocketError socketError);
void serverError(QWebSocketProtocol::CloseCode closeCode);
//TODO: should use a delegate iso of a synchronous signal
+ //see also QTBUG-16251
void originAuthenticationRequired(QWebSocketCorsAuthenticator *pAuthenticator);
void newConnection();
#ifndef QT_NO_SSL