Results 1 to 4 of 4

Thread: Function call from a NULL this object ?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Join Date
    Apr 2010
    Posts
    769
    Thanks
    1
    Thanked 94 Times in 86 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11

    Default Re: Function call from a NULL this object ?

    Since the problem is in a Qt metacall, I'd guess your project isn't being built correctly. Make sure your headers and source files are listed in your project file, that you don't have any implementation in your headers, and that you've done a 'make clean' and a complete rebuild on your project.

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

    Computer Hater (24th September 2011)

Similar Threads

  1. cannot call member function without object
    By been_1990 in forum Qt Programming
    Replies: 11
    Last Post: 23rd October 2010, 17:12
  2. Check if a object is null and destroy objects
    By ruben.rodrigues in forum Newbie
    Replies: 3
    Last Post: 2nd July 2010, 10:25
  3. Replies: 2
    Last Post: 7th July 2009, 17:44
  4. Cannot call function without object
    By Salazaar in forum Newbie
    Replies: 5
    Last Post: 11th June 2007, 14:55
  5. Replies: 3
    Last Post: 16th May 2007, 11:07

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.