return the hex representation, as we used to

and now, plasmoidpackagetest passes 6 out of 6 tests. huzzah!
This commit is contained in:
Aaron Seigo 2011-07-15 14:24:35 +02:00
parent 6c21a28382
commit 911dcabb5a

View File

@ -524,7 +524,7 @@ QString Package::contentsHash() const
d->updateHash(basePath, QString(), dir, hash); 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) void Package::addDirectoryDefinition(const char *key, const QString &path, const QString &name)