Hello,
I get the strange error (in red color) which I highlighted in the title ("No source available for QBasicAtomicInt_fetchAndAddOrdered() at 0xba49e3f0"), when I try to execute the following line (in debug mode):
Qt Code:
object.mediaUrl = results.value("objMediaUrl").toString();To copy to clipboard, switch view to plain text mode
where results is just a QVariantMap and object has a variable of type QString, mediaUrl; I manage to successfully read other
values from the results variable though. What can be wrong?? Any help??
Bookmarks