equal
deleted
inserted
replaced
59 // This file is not part of the Qt API. It exists purely as an |
59 // This file is not part of the Qt API. It exists purely as an |
60 // implementation detail. This header file may change from version to |
60 // implementation detail. This header file may change from version to |
61 // version without notice, or even be removed. |
61 // version without notice, or even be removed. |
62 // |
62 // |
63 // We mean it. |
63 // We mean it. |
|
64 |
|
65 #ifndef QT_NO_LINEEDIT |
64 |
66 |
65 QT_BEGIN_NAMESPACE |
67 QT_BEGIN_NAMESPACE |
66 |
68 |
67 class QDeclarativeTextInputPrivate : public QDeclarativePaintedItemPrivate |
69 class QDeclarativeTextInputPrivate : public QDeclarativePaintedItemPrivate |
68 { |
70 { |
130 bool selectByMouse; |
132 bool selectByMouse; |
131 }; |
133 }; |
132 |
134 |
133 QT_END_NAMESPACE |
135 QT_END_NAMESPACE |
134 |
136 |
|
137 #endif // QT_NO_LINEEDIT |
|
138 |
135 #endif |
139 #endif |
136 |
140 |