Results 1 to 3 of 3

Thread: QUnifiedTimer

  1. #1
    Join Date
    Feb 2010
    Posts
    1
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default QUnifiedTimer

    Hey to all,

    is there any way the QUnifiedTimer in Animation Framework can be accessed?

    Thank you

  2. #2
    Join Date
    Jul 2011
    Posts
    2
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: QUnifiedTimer

    Either include <qt/src/corelib/animation/qabstractanimation_p.h>, or copy'n'paste the declaration of QUnifiedTimer class to where u want to use it.

  3. #3
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: QUnifiedTimer

    QUnifiedTimer is a private part of the implementation of the animation framework, which is why it is not declared in a public header file or documented. Writing any code relying on private Qt internals is a recipe for disaster.

    What are you trying to achieve?

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.