ssl: Use Pending Connections mechanism for SslServer
authorManuel Nickschas <sputnick@quassel-irc.org>
Sun, 15 Mar 2020 19:18:20 +0000 (20:18 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Thu, 11 Jun 2020 11:57:32 +0000 (13:57 +0200)
Since Qt 4.7, it is no longer necessary to manage incoming connections
manually in specializations of QTcpServer. Instead, newly created
sockets can be added to the internal queue.


No differences found