View Single Post
marxian's Avatar
Posts: 2,448 | Thanked: 9,523 times | Joined on Aug 2010 @ Wigan, UK
#247
Originally Posted by slender View Post
QObject::connect: Cannot queue arguments of type 'QNetworkConfigurationPrivatePointer'
(Make sure 'QNetworkConfigurationPrivatePointer' is registered using qRegisterMetaType().)
This is a known issue: http://bugreports.qt.nokia.com/browse/QTBUG-15004

As for the segfaults, I have experienced this once or twice, but only on the device. I never experience the problem when testing in Qt Simulator or using the desktop target. This makes it a bit tricky to debug. My best guess is that it's an issue with attempting to load the thumbnails asynchronously. My desktop machine has no problem keeping up, but I think the N900 is struggling when scrolling quickly. It's not a scientific analysis, but I think I am roughly correct. I will increase the cache buffer (so thumbnails don't need to be reloaded as often), and see if this helps.
__________________
'Men of high position are allowed, by a special act of grace, to accomodate their reasoning to the answer they need. Logic is only required in those of lesser rank.' - J K Galbraith

My website

GitHub

Last edited by marxian; 2011-04-10 at 16:24.
 

The Following 2 Users Say Thank You to marxian For This Useful Post: