Results 1 to 4 of 4

Thread: What does qap(QString) ???

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Sep 2008
    Posts
    23
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default What does qap(QString) ???

    I'm working on porting an old piece of Qt3-software to Qt4 and I see the expression

    qap (QString)

    everywhere. Can't find anything about it in the documentation.
    Does anyone know what it does ?

  2. #2
    Join Date
    Jan 2006
    Location
    Germany
    Posts
    4,380
    Thanks
    19
    Thanked 1,005 Times in 913 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows Symbian S60
    Wiki edits
    5

    Default Re: What does qap(QString) ???

    I neither know such a function. Are you sure that this isn't a self defined global function or macro?

  3. #3
    Join Date
    Sep 2008
    Posts
    23
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: What does qap(QString) ???

    Ok, thanks, of course I checked that first, but couldn't find it.
    I will re-check and follow all the external includes...urgh !

  4. #4
    Join Date
    Jul 2009
    Posts
    42
    Thanks
    4
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: What does qap(QString) ???

    If you are using Qt Creator or Eclipse, you can just "CTRL" + "Leftclick" the function and it should take you to the Headerfile in wich the Function was declared.

    Dont know if this works with other Development platforms.

    (probably doesnt if you are using a plain old editor and compiling manualy )

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.