If you are using Qt Creator, try putting your cursor on 'qint32', then right click and select 'follow symbol under cursor'. This will open up qglobal.h. It should be clear what you did wrong if you find the definition of qint32.
why don't you just use quint32?
Bookmarks