equal
deleted
inserted
replaced
48 |
48 |
49 #include <QtCore/qobject.h> |
49 #include <QtCore/qobject.h> |
50 #include <QtCore/qstring.h> |
50 #include <QtCore/qstring.h> |
51 #include <QtGui/qgesture.h> |
51 #include <QtGui/qgesture.h> |
52 |
52 |
|
53 #ifndef QT_NO_GESTURES |
|
54 |
53 QT_BEGIN_HEADER |
55 QT_BEGIN_HEADER |
54 |
56 |
55 QT_BEGIN_NAMESPACE |
57 QT_BEGIN_NAMESPACE |
56 |
58 |
57 QT_MODULE(Declarative) |
59 QT_MODULE(Declarative) |
95 |
97 |
96 QML_DECLARE_TYPE(QDeclarativeGestureArea) |
98 QML_DECLARE_TYPE(QDeclarativeGestureArea) |
97 |
99 |
98 QT_END_HEADER |
100 QT_END_HEADER |
99 |
101 |
|
102 #endif // QT_NO_GESTURES |
|
103 |
100 #endif |
104 #endif |