Parser9x::parseTextBox : use unsigned int instead of uint

Authored by rjvbb on Jan 11 2017, 3:12 PM.

Description

Parser9x::parseTextBox : use unsigned int instead of uint

The method overridden uses unsigned int too; uint is defined in a Qt
header that isn't necessarily included before parser9x.h is.
(Issue detected building with AppleClang on Mac).

Details

Committed
rjvbbJan 11 2017, 3:12 PM
Parents
R8:49a28d251976: update .reviewboardrc
Branches
Unknown
Tags
Unknown