diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2009-10-26 04:18:40 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2009-10-26 04:18:40 (GMT) |
commit | 9159ddc77750ce46a36995b8818cd5edcf7e1877 (patch) | |
tree | 63820afec2e265fc41829d4f05dfdbec43ea7d92 /src/declarative/qml/qmlcomponent_p.h | |
parent | 969b62e7b0bf6b7d7af24b45e73e10c1425f02a9 (diff) | |
download | Qt-9159ddc77750ce46a36995b8818cd5edcf7e1877.zip Qt-9159ddc77750ce46a36995b8818cd5edcf7e1877.tar.gz Qt-9159ddc77750ce46a36995b8818cd5edcf7e1877.tar.bz2 |
unwarn
Diffstat (limited to 'src/declarative/qml/qmlcomponent_p.h')
-rw-r--r-- | src/declarative/qml/qmlcomponent_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/qml/qmlcomponent_p.h b/src/declarative/qml/qmlcomponent_p.h index 7eedfbd..f90502f 100644 --- a/src/declarative/qml/qmlcomponent_p.h +++ b/src/declarative/qml/qmlcomponent_p.h @@ -76,7 +76,7 @@ class QmlComponentPrivate : public QObjectPrivate Q_DECLARE_PUBLIC(QmlComponent) public: - QmlComponentPrivate() : typeData(0), progress(0.), start(-1), count(-1), cc(0), completePending(false), componentAttacheds(0), engine(0) {} + QmlComponentPrivate() : typeData(0), progress(0.), start(-1), count(-1), cc(0), componentAttacheds(0), completePending(false), engine(0) {} QObject *create(QmlContext *context, const QBitField &); |