hf 5
This commit is contained in:
@@ -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))
|
||||
{
|
||||
|
||||
@@ -83,6 +83,6 @@ enum class GetValueType { // QString getValue()
|
||||
QString getValue(const QString &string, const QString &key, GetValueType type = GetValueType::Default);
|
||||
QString randomString(int length = 10);
|
||||
QString hash(const QByteArray &data);
|
||||
QString hash(QFile file);
|
||||
QString hash(QFile&& file);
|
||||
|
||||
} // namespace g
|
||||
|
||||
Reference in New Issue
Block a user