diff options
author | Bradley T. Hughes <bradley.hughes@nokia.com> | 2009-03-24 07:08:45 (GMT) |
---|---|---|
committer | Denis Dzyubenko <denis.dzyubenko@nokia.com> | 2009-05-11 14:51:46 (GMT) |
commit | 65795273a244666e671194545119b8607a53febd (patch) | |
tree | 4861aa3dd34ba4c25edf2c4610666938aa6e7816 /examples/gestures | |
parent | 3661fb3fdafc450cd634e1f22912c87b36ce301d (diff) | |
download | Qt-65795273a244666e671194545119b8607a53febd.zip Qt-65795273a244666e671194545119b8607a53febd.tar.gz Qt-65795273a244666e671194545119b8607a53febd.tar.bz2 |
fix link error on windows
Diffstat (limited to 'examples/gestures')
-rw-r--r-- | examples/gestures/collidingmice/linjazaxgesture.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/gestures/collidingmice/linjazaxgesture.h b/examples/gestures/collidingmice/linjazaxgesture.h index 8a7cb23..92343cf 100644 --- a/examples/gestures/collidingmice/linjazaxgesture.h +++ b/examples/gestures/collidingmice/linjazaxgesture.h @@ -3,7 +3,7 @@ #include <QGesture> -class Q_GUI_EXPORT LinjaZaxGesture : public QGesture +class LinjaZaxGesture : public QGesture { public: enum DirectionType |