Refactor code to use C++11 nullptr
This commit is contained in:
@@ -184,7 +184,7 @@ static void getRange(const QStringList ¶ms, qint32 &from, qint32 &to)
|
||||
}
|
||||
|
||||
HttpSocket::HttpSocket(const QString &iface, quint16 port)
|
||||
: QTcpServer(0)
|
||||
: QTcpServer(nullptr)
|
||||
, cfgInterface(iface)
|
||||
, terminated(false)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user