Use C99 integer types instead of Qt's
This commit is contained in:
parent
a75dea3ffe
commit
0253b6ed2b
7 changed files with 47 additions and 47 deletions
|
@ -29,7 +29,7 @@ struct TexPoolPrivate;
|
|||
class TexPool
|
||||
{
|
||||
public:
|
||||
TexPool(quint32 maxMemSize = 20000000 /* 20 MB */);
|
||||
TexPool(uint32_t maxMemSize = 20000000 /* 20 MB */);
|
||||
~TexPool();
|
||||
|
||||
TexFBO request(int width, int height);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue