Store an unsigned temporary for the internalId.
authorStephen Kelly <stephen.kelly@kdab.com>
Thu, 27 Sep 2012 09:14:52 +0000 (11:14 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Thu, 27 Sep 2012 16:35:55 +0000 (18:35 +0200)
commit1f2a2898348c19e78281f639aeed32b0abb3dd1f
tree9855df250d16b3c5120c0412f93ce57685c1dfd2
parent2e902799df6298ad4c75b4c565a0baf9cb7f7ab8
Store an unsigned temporary for the internalId.

This is compared later with the internalId() of other indexes, which
produces a warning.

Change-Id: I57ea248c792db3b49947cc6a8fe989c68b67ff0f
Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
src/widgets/itemviews/qtreeview.cpp