return the hex representation, as we used to
and now, plasmoidpackagetest passes 6 out of 6 tests. huzzah!
This commit is contained in:
parent
6c21a28382
commit
911dcabb5a
@ -524,7 +524,7 @@ QString Package::contentsHash() const
|
||||
d->updateHash(basePath, QString(), dir, hash);
|
||||
}
|
||||
|
||||
return hash.result();
|
||||
return hash.result().toHex();
|
||||
}
|
||||
|
||||
void Package::addDirectoryDefinition(const char *key, const QString &path, const QString &name)
|
||||
|
Loading…
Reference in New Issue
Block a user