schristiaens / raft

Automatically exported from code.google.com/p/raft
GNU General Public License v3.0
0 stars 0 forks source link

Crash when refreshing responses #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Non-GUI thread is doing GUI work.

QObject::connect: Cannot queue arguments of type 'QItemSelection'
(Make sure 'QItemSelection' is registered using qRegisterMetaType().)
QObject::connect: Cannot queue arguments of type 'QItemSelection'
(Make sure 'QItemSelection' is registered using qRegisterMetaType().)
QObject::connect: Cannot queue arguments of type 'QItemSelection'
(Make sure 'QItemSelection' is registered using qRegisterMetaType().)
Segmentation fault

Need to modify to use appropriate data model.

Original issue reported on code.google.com by gfleisch...@gmail.com on 22 Jun 2011 at 3:16

GoogleCodeExporter commented 9 years ago
I believe this has been fixed.

Original comment by gfleisch...@gmail.com on 23 Jun 2011 at 3:32