I think this:
1) If I add order to already logged user, that means adding record to model's internal data's QList - QPair and QMap exist.
2) If already logged user changes target "place", then model's internal data's QPair with empty QList is added to EXISTING QMap
3) However, if new user logs into system, then new object is created and added to QMap
So, in number 3 scenario I think new row must be added, or I am wrong?
Bookmarks