[Qt-interest] QAbstractItemModel::endRemoveRows
Eric Clark
eclark at ara.com
Thu Jul 16 21:46:47 CEST 2009
Hello All,
I have a situation where I am unsure if I need to call endRemoveRows() on my QAbstractItemModel. If I make a call to endRemoveRows() and there was not a previous call to beginRemoveRows(), Qt crashes when trying to pop the call off the internal stack. My question is: Is there some way for me to know if the stack has items or not. Or is there any intention of fixing the call to endRemoveRows, such that it does not crash if the stack is empty?
Thanks,
Eric
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20090716/9ffd29d7/attachment.html
More information about the Qt-interest-old
mailing list