Commit ba776ed9 authored by Kurt Pattyn's avatar Kurt Pattyn Committed by The Qt Project
Browse files

Remove superfluous argument


Change-Id: I7fa01d47d66411572f3f66f4ed5d8df04ac6b8b0
Reviewed-by: default avatarKurt Pattyn <pattyn.kurt@gmail.com>
Showing with 1 addition and 1 deletion
......@@ -171,7 +171,7 @@ void tst_QWebSocket::tst_invalidOpen()
QSignalSpy pongSpy(&socket, SIGNAL(pong(quint64,QByteArray)));
QSignalSpy bytesWrittenSpy(&socket, SIGNAL(bytesWritten(qint64)));
socket.open(QUrl(QStringLiteral("ws://127.0.0.1:1/")), true);
socket.open(QUrl(QStringLiteral("ws://127.0.0.1:1/")));
QVERIFY(socket.origin().isEmpty());
QCOMPARE(socket.version(), QWebSocketProtocol::VersionLatest);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment