libragephoto upstream (0.4.0)
This commit is contained in:
parent
40675f605d
commit
0a812a977a
2 changed files with 2 additions and 2 deletions
|
@ -53,7 +53,7 @@ inline void gta5view_uInt32ToCharLE(quint32 x, char *y)
|
||||||
y[3] = x >> 24;
|
y[3] = x >> 24;
|
||||||
}
|
}
|
||||||
|
|
||||||
ragephoto_bool_t gta5view_export_load(RagePhotoData *rp_data, const char *data, size_t length)
|
bool gta5view_export_load(RagePhotoData *rp_data, const char *data, size_t length)
|
||||||
{
|
{
|
||||||
const QByteArray fileData = QByteArray::fromRawData(data, length);
|
const QByteArray fileData = QByteArray::fromRawData(data, length);
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 3d9d632d7b270feb6b46523a5fb581f5cc98099f
|
Subproject commit 4aedd8b869102c5401f3d4dea9603dde974b76a1
|
Loading…
Reference in a new issue