Results 1 to 12 of 12

Thread: Macro used for debugging

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #9
    Join Date
    Jan 2006
    Location
    Kerala
    Posts
    371
    Thanks
    76
    Thanked 37 Times in 32 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Macro used for debugging

    How about having this on top
    Qt Code:
    1. #if defined( qDebug )
    2. # undef qDebug
    3. #endif
    To copy to clipboard, switch view to plain text mode 

    PFA driver file.

    So is it fine to have it in our wiki ?
    Attached Files Attached Files
    We can't solve problems by using the same kind of thinking we used when we created them

Similar Threads

  1. Q_OBJECT macro issue
    By kandalf in forum Qt Programming
    Replies: 2
    Last Post: 23rd January 2007, 19:28
  2. qDebug macro substitution
    By the_bis in forum Qt Programming
    Replies: 2
    Last Post: 15th November 2006, 08:31

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.