diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2010-04-23 07:01:56 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2010-04-23 07:01:56 (GMT) |
commit | 8ede65299dc5644d84a394d6a96cbdbd39e69ecf (patch) | |
tree | 6a3bdb4825068389166533c16f2ba1112f60bc5a /src/imports/gestures/qdeclarativegesturearea_p.h | |
parent | 4b3526fe1793beb6f40aa64ed7f8caa8813c58bc (diff) | |
download | Qt-8ede65299dc5644d84a394d6a96cbdbd39e69ecf.zip Qt-8ede65299dc5644d84a394d6a96cbdbd39e69ecf.tar.gz Qt-8ede65299dc5644d84a394d6a96cbdbd39e69ecf.tar.bz2 |
no export in plugin
Diffstat (limited to 'src/imports/gestures/qdeclarativegesturearea_p.h')
-rw-r--r-- | src/imports/gestures/qdeclarativegesturearea_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imports/gestures/qdeclarativegesturearea_p.h b/src/imports/gestures/qdeclarativegesturearea_p.h index 8e2c066..0195511 100644 --- a/src/imports/gestures/qdeclarativegesturearea_p.h +++ b/src/imports/gestures/qdeclarativegesturearea_p.h @@ -59,7 +59,7 @@ QT_MODULE(Declarative) class QDeclarativeBoundSignal; class QDeclarativeContext; class QDeclarativeGestureAreaPrivate; -class Q_DECLARATIVE_EXPORT QDeclarativeGestureArea : public QDeclarativeItem +class QDeclarativeGestureArea : public QDeclarativeItem { Q_OBJECT |