Mårten Nordheim 93ff67a3fc Make QAbstractHttpServer::listen return 0 on fail
Which then makes it compatible with other listen() functions in Qt
in the sense that doing if (server.listen()) will behave
consistently.
Ports being listened to can then be gotten from the new serverPorts()
function, mirroring serverPort() from QTcpServer etc., except it's a
QVector.

This is a source incompatible change, but is allowed because this
module is still in tech preview.

Fixes: QTBUG-79411
Change-Id: I09764afbf8fd866af4f43ab90fcf9c2e9a373237
Reviewed-by: Mikhail Svetkin <mikhail.svetkin@gmail.com>
2020-02-18 12:17:22 +01:00
2018-12-20 14:48:56 +00:00
2018-07-16 14:36:08 +00:00
2018-07-16 14:36:08 +00:00
2019-01-31 11:31:21 +00:00
2019-10-04 17:16:09 +02:00
Description
No description provided
314 KiB
Languages
C++ 95.4%
CMake 2.2%
C 1.4%
QMake 1%