Skip to content
  • Christian Kandeler's avatar
    Do not use QAbstractItemModel::reset(). · 938612c3
    Christian Kandeler authored
    
    
    Change-Id: Ie49bdf576a6d3543aef6df133b27c8827775c935
    Rationale:
        a) It is conceptually cleaner to do the changes to the model
           in between calls to beginResetModel() and endResetModel,
           respectively.
        b) The function is deprecated in Qt 5, for exactly that reason.
    Reviewed-by: default avatarhjk <qthjk@ovi.com>
    938612c3
To find the state of this project's repository at the time of any of these versions, check out the tags.