Talk:How to use QAbstractListModel: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
(Pointed to some typos in the code.)
 
(No difference)

Latest revision as of 06:30, 15 September 2020

QAbstractListModel::rowCount and QAbstractListModel::columnCount return int, not void. Needs to be fixed in the page.