PDA

View Full Version : QUnifiedTimer



frankie
21st February 2010, 17:11
Hey to all,

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

Thank you

jichi
24th June 2012, 07:22
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.

ChrisW67
24th June 2012, 08:55
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?