aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmldata_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/qml/qqmldata_p.h')
-rw-r--r--src/qml/qml/qqmldata_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qml/qml/qqmldata_p.h b/src/qml/qml/qqmldata_p.h
index 225d6d854d..92c1a0cc68 100644
--- a/src/qml/qml/qqmldata_p.h
+++ b/src/qml/qml/qqmldata_p.h
@@ -164,8 +164,8 @@ public:
void clearBindingBit(int);
void setBindingBit(QObject *obj, int);
- ushort lineNumber;
- ushort columnNumber;
+ quint16 lineNumber;
+ quint16 columnNumber;
QQmlCompiledData *compiledData;
unsigned int deferredIdx;