diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-09-23 02:56:58 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-09-23 02:56:58 (GMT) |
commit | 267ab0cd6a1d7070a7139eda24eb372590603c01 (patch) | |
tree | 100c8e4fd01c295ee2c899a2e7324c419491a84a /src/declarative/qml/qmlwatcher.cpp | |
parent | c24cc96c5f0e5355c447ce27f1680b1549f08e9d (diff) | |
download | Qt-267ab0cd6a1d7070a7139eda24eb372590603c01.zip Qt-267ab0cd6a1d7070a7139eda24eb372590603c01.tar.gz Qt-267ab0cd6a1d7070a7139eda24eb372590603c01.tar.bz2 |
Compile
Diffstat (limited to 'src/declarative/qml/qmlwatcher.cpp')
-rw-r--r-- | src/declarative/qml/qmlwatcher.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/qml/qmlwatcher.cpp b/src/declarative/qml/qmlwatcher.cpp index eb00dfe..ca99472 100644 --- a/src/declarative/qml/qmlwatcher.cpp +++ b/src/declarative/qml/qmlwatcher.cpp @@ -180,4 +180,4 @@ void QmlWatcher::addPropertyWatch(int id, QObject *object, quint32 debugId, cons QT_END_NAMESPACE -#include "qmlwatch.moc" +#include "qmlwatcher.moc" |