Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
5.0.0, 5.1.1
-
None
-
Windows7
-
15953e95030ee42c78a84c48c7a3f3c2c448601f
Description
I'd used QModelIndex::internalId() result signedness for my model internal purposes, but the result type is quintptr now (i.e. unsigned!), so, all my code is broken, and I had to deal with static_cast. WTM? Documentation says:
Returns a qint64 used by the model to associate the index with the internal data structure.
Is this a bug, or a typo in documentation?