Hey to all,
is there any way the QUnifiedTimer in Animation Framework can be accessed?
Thank you
Hey to all,
is there any way the QUnifiedTimer in Animation Framework can be accessed?
Thank you
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.
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