Refactor code to use C++11 nullptr

This commit is contained in:
padertux
2018-01-08 22:58:42 +01:00
parent c2ee7e5ad8
commit d01f915b4a
201 changed files with 634 additions and 634 deletions

View File

@@ -184,7 +184,7 @@ static void getRange(const QStringList &params, qint32 &from, qint32 &to)
}
HttpSocket::HttpSocket(const QString &iface, quint16 port)
: QTcpServer(0)
: QTcpServer(nullptr)
, cfgInterface(iface)
, terminated(false)
{