Fixed android compilation.
Version bump. Fixed file size problem under windows. Updated changelog.
This commit is contained in:
@@ -186,7 +186,6 @@ void CMAObject::updateObjectSize(qint64 size)
|
||||
if(parent) {
|
||||
parent->updateObjectSize(size);
|
||||
}
|
||||
//FIXME: size should be quint64
|
||||
metadata.size += size;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user