Use C99 integer types instead of Qt's

This commit is contained in:
Jonas Kulla 2013-09-04 13:30:14 +02:00
parent a75dea3ffe
commit 0253b6ed2b
7 changed files with 47 additions and 47 deletions

View file

@ -28,7 +28,7 @@
struct GlobalIBO
{
IBO::ID ibo;
QVector<quint32> buffer;
QVector<uint32_t> buffer;
GlobalIBO()
{