Refactor code to use C++11 nullptr

This commit is contained in:
padertux
2018-01-08 22:58:42 +01:00
committed by padertux
parent dc8cbed1eb
commit 4f26eb686e
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)
{