mirror of
https://github.com/YACReader/yacreader
synced 2026-01-31 04:10:04 -05:00
Use nullptr instead of 0
This commit is contained in:
@ -441,7 +441,7 @@ void HttpRequest::parseMultiPartFile()
|
||||
#ifdef SUPERVERBOSE
|
||||
qDebug("HttpRequest: reading multpart data");
|
||||
#endif
|
||||
QTemporaryFile* uploadedFile=0;
|
||||
QTemporaryFile* uploadedFile=nullptr;
|
||||
QByteArray fieldValue;
|
||||
while (!tempFile.atEnd() && !finished && !tempFile.error())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user