qt5base-lts/tests/benchmarks/gui/animation/qanimation
Bradley T. Hughes 103c2e3690 Reimplement QVariantAnimation::updateState() properly
The updateState() takes 2 arguments, not 1.

tests/benchmarks/gui/animation/qanimation/dummyanimation.h:54: warning:
'DummyAnimation::updateState' hides overloaded virtual function
[-Woverloaded-virtual]
    void updateState(State state);
         ^
src/corelib/animation/qvariantanimation.h:106: hidden overloaded virtual
function 'QVariantAnimation::updateState' declared here
    void updateState(QAbstractAnimation::State newState, QAbstractAnimation::State oldState);
         ^

Change-Id: Ieb2e4e0b1f017c51c4fed5bdb874ba30cb056916
Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
2011-12-21 20:32:31 +01:00
..
dummyanimation.cpp Reimplement QVariantAnimation::updateState() properly 2011-12-21 20:32:31 +01:00
dummyanimation.h Reimplement QVariantAnimation::updateState() properly 2011-12-21 20:32:31 +01:00
dummyobject.cpp Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
dummyobject.h Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
main.cpp Merge remote branch 'staging/master' into refactor 2011-05-24 15:22:06 +02:00
qanimation.pro benchmarks: eliminated usage of qttest_p4.prf 2011-10-25 08:42:23 +02:00
rectanimation.cpp Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
rectanimation.h Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00