mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 19:59:28 +02:00
Declare KTXDescriptor* metatype
This commit is contained in:
parent
54fc8085f3
commit
c2650c2b71
2 changed files with 4 additions and 0 deletions
|
@ -16,6 +16,8 @@
|
||||||
|
|
||||||
using namespace ktx;
|
using namespace ktx;
|
||||||
|
|
||||||
|
int ktxDescriptorMetaTypeId = qRegisterMetaType<KTXDescriptor*>();
|
||||||
|
|
||||||
const Header::Identifier ktx::Header::IDENTIFIER {{
|
const Header::Identifier ktx::Header::IDENTIFIER {{
|
||||||
0xAB, 0x4B, 0x54, 0x58, 0x20, 0x31, 0x31, 0xBB, 0x0D, 0x0A, 0x1A, 0x0A
|
0xAB, 0x4B, 0x54, 0x58, 0x20, 0x31, 0x31, 0xBB, 0x0D, 0x0A, 0x1A, 0x0A
|
||||||
}};
|
}};
|
||||||
|
|
|
@ -387,4 +387,6 @@ namespace ktx {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Q_DECLARE_METATYPE(ktx::KTXDescriptor*);
|
||||||
|
|
||||||
#endif // hifi_ktx_KTX_h
|
#endif // hifi_ktx_KTX_h
|
||||||
|
|
Loading…
Reference in a new issue