Talk:How to use QAbstractListModel

From Qt Wiki
Revision as of 06:30, 15 September 2020 by Vladimir Kryachko (talk | contribs) (Pointed to some typos in the code.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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