diff options
author | Martin Jones <martin.jones@nokia.com> | 2009-05-27 00:30:44 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2009-05-27 00:30:44 (GMT) |
commit | 861f0fcd140232e8fe94122d640ab69a7c116663 (patch) | |
tree | 6bd2201944cb178b2315718f5158a2f6b2c3b717 /src/declarative/qml/qmlcomponent.h | |
parent | d15db788de792815a35547059921d3305d48c119 (diff) | |
download | Qt-861f0fcd140232e8fe94122d640ab69a7c116663.zip Qt-861f0fcd140232e8fe94122d640ab69a7c116663.tar.gz Qt-861f0fcd140232e8fe94122d640ab69a7c116663.tar.bz2 |
Remove more unneeded semicolons.
Diffstat (limited to 'src/declarative/qml/qmlcomponent.h')
-rw-r--r-- | src/declarative/qml/qmlcomponent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/qml/qmlcomponent.h b/src/declarative/qml/qmlcomponent.h index 3369de3..e7386d9 100644 --- a/src/declarative/qml/qmlcomponent.h +++ b/src/declarative/qml/qmlcomponent.h @@ -60,7 +60,7 @@ class QmlEngine; class Q_DECLARATIVE_EXPORT QmlComponent : public QObject { Q_OBJECT - Q_DECLARE_PRIVATE(QmlComponent); + Q_DECLARE_PRIVATE(QmlComponent) public: QmlComponent(QObject *parent = 0); |