Fixed android compilation.

Version bump.
Fixed file size problem under windows.
Updated changelog.
This commit is contained in:
codestation
2014-06-28 00:26:14 -04:30
parent ce9353e4f3
commit 36a91d78aa
15 changed files with 326 additions and 210 deletions

View File

@@ -186,7 +186,6 @@ void CMAObject::updateObjectSize(qint64 size)
if(parent) {
parent->updateObjectSize(size);
}
//FIXME: size should be quint64
metadata.size += size;
}