Results 1 to 3 of 3

Thread: No source available for "QBasicAtomicInt_fetchAndAddOrdered() at 0xba49e3f0"

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Feb 2013
    Posts
    50
    Thanks
    5

    Default No source available for "QBasicAtomicInt_fetchAndAddOrdered() at 0xba49e3f0"

    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:
    1. 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??
    Last edited by ggdev001; 25th February 2013 at 16:04.

Similar Threads

  1. Replies: 3
    Last Post: 7th November 2012, 08:04
  2. Replies: 4
    Last Post: 21st November 2011, 03:14
  3. Replies: 1
    Last Post: 10th March 2011, 14:40
  4. Replies: 3
    Last Post: 8th July 2008, 19:37
  5. Translation QFileDialog standart buttons ("Open"/"Save"/"Cancel")
    By victor.yacovlev in forum Qt Programming
    Replies: 4
    Last Post: 24th January 2008, 19:05

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.