QSortFilterProxyModel segmentation fault when updating source model
-
Hi All,
My app crashes with a segmentation fault when I try to update the source model after implementing QSortFilterProxyModel. I'm not accessing any indexes directly, just updating the source model with a call to the db. What am I doing wrong?
Regards,
Delvian -
Hi All,
My app crashes with a segmentation fault when I try to update the source model after implementing QSortFilterProxyModel. I'm not accessing any indexes directly, just updating the source model with a call to the db. What am I doing wrong?
Regards,
Delvian@delvian If your app is crashing first thing to do is to use the debugger.
Without more information it is impossible to say why your app is crashing, so please use debugger first. You also can post the stack trace here after the crash.