Use Qt::endl instead of endl

This commit is contained in:
Luis Ángel San Martín
2021-10-01 19:57:34 +02:00
parent f300bc3aa0
commit b07ec73ccc
3 changed files with 21 additions and 21 deletions

View File

@ -44,7 +44,7 @@ STDMETHODIMP YCArchiveOpenCallback::CryptoGetTextPassword(BSTR *password)
// You can ask real password here from user
// Password = GetPassword(OutStream);
// PasswordIsDefined = true;
qDebug() << "Password is not defined" << endl;
qDebug() << "Password is not defined" << Qt::endl;
return E_ABORT;
}
return StringToBstr(Password, password);