I oftenly have threading issues like these:
~/work/dev/apps $ openambit &
QObject: Cannot create children for a parent that is in a different thread.
(Parent is QNetworkAccessManager(0x1da21b0), parent's thread is QThread(0x1e61d98), current thread is QThread(0x1c7f600)
QObject: Cannot create children for a parent that is in a different thread.
(Parent is QNetworkAccessManager(0x1da21b0), parent's thread is QThread(0x1e61d98), current thread is QThread(0x1c7f600)
QObject: Cannot create children for a parent that is in a different thread.
(Parent is QNetworkAccessManager(0x1da21b0), parent's thread is QThread(0x1e61d98), current thread is QThread(0x1c7f600)
Don't know if anyone else has this. I get such lines again and again while starting the program or sychronizing. In a normal 5min session I have ten or twelve of them.
Arch Linux x64, gcc 4.8.2, qt 4.8.5
The errors seems to be generic, but does not seem to affect the functionality in any way...
Moved to github