Results 1 to 15 of 15

Thread: QueuedConnection's and threads

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #13
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: QueuedConnection's and threads

    Oh, SearchNode is a QObject. That must be causing the problem. How did you implement the copy constructor? QObject's cannot be copied.

    EDIT: Do the SearchNodes have some hierarchy or what's the reason for choosing QObject? Try looking for some alternative way of constructing the hierarchy for example by simply using Qt's containers.
    J-P Nurmi

  2. The following user says thank you to jpn for this useful post:

    gri (23rd January 2007)

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.