Results 1 to 5 of 5

Thread: Problem with QVector

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #4
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts

    Default Re: Problem with QVector

    When something like that crashes it usually means that "this" is not a valid instance.
    For example an uninitialized pointer or an already deleted object.

    In your SymbolButton::setCounterOnClick(), how do you get access to the item on which you then call setConnection?

    Cheers,
    _

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

    ReasyEasyPeasy (19th October 2015)

Similar Threads

  1. Replies: 5
    Last Post: 3rd September 2011, 00:11
  2. QVector.push_back problem...
    By luche in forum Newbie
    Replies: 2
    Last Post: 11th January 2009, 03:22
  3. Problem regarding QVector
    By sudheer168 in forum Qt Programming
    Replies: 1
    Last Post: 6th December 2008, 12:56
  4. Problem with qvector
    By zorro68 in forum Qt Programming
    Replies: 1
    Last Post: 23rd February 2008, 02:02
  5. QVector problem
    By kingslee in forum Qt Programming
    Replies: 5
    Last Post: 19th October 2006, 11:42

Tags for this Thread

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.