diff options
author | Thierry Bastian <thierry.bastian@nokia.com> | 2009-04-20 13:45:29 (GMT) |
---|---|---|
committer | Thierry Bastian <thierry.bastian@nokia.com> | 2009-04-20 13:45:29 (GMT) |
commit | 8321c137fe93ee0dfe6193076eff62325142e25b (patch) | |
tree | 21876efa2c8755a52896acaccfc4478ff879d6ed | |
parent | 45846eea8c57133cf2075e3c393d2765081cbaff (diff) | |
download | Qt-8321c137fe93ee0dfe6193076eff62325142e25b.zip Qt-8321c137fe93ee0dfe6193076eff62325142e25b.tar.gz Qt-8321c137fe93ee0dfe6193076eff62325142e25b.tar.bz2 |
compile fix
-rw-r--r-- | examples/animation/sub-attaq/qanimationstate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/animation/sub-attaq/qanimationstate.h b/examples/animation/sub-attaq/qanimationstate.h index fda1534..ddf5681 100644 --- a/examples/animation/sub-attaq/qanimationstate.h +++ b/examples/animation/sub-attaq/qanimationstate.h @@ -60,7 +60,7 @@ QT_MODULE(Gui) class QAnimationStatePrivate; -class Q_GUI_EXPORT QAnimationState : public QState +class QAnimationState : public QState { Q_OBJECT public: |