@@ -220,7 +220,7 @@ QString hash(const QByteArray &data)
return hash;
}
QString hash(QFile file)
QString hash(QFile&& file)
{
if (not file.open(QIODevice::ReadOnly))
The note is not visible to the blocked user.