diff options
Diffstat (limited to 'ticket.cxx')
-rw-r--r-- | ticket.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ namespace RTClient { QHash<int, QByteArray> TicketList::roleNames() const { return QHash<int, QByteArray>{ - {IdRole, "subject"} + {IdRole, "id"} , {SubjectRole, "subject"} }; } |