QObjectListModel-QQuickList icon indicating copy to clipboard operation
QObjectListModel-QQuickList copied to clipboard

This is a fork of the code you can find in this page : http://stackoverflow.com/questions/19324641/qml-2-0-tableview-with-qabstractitemmodel-and-context-menu .

Results 1 QObjectListModel-QQuickList issues
Sort by recently updated
recently updated
newest added

Hi, I've had some crashes in qobjectlistmodel.cpp. The timerEvent function is sometimes called even with m_notifyIndexes being empty. I don't know why, but it does happen in real-world applications. Changing...