diff options
author | Thiago Macieira <thiago.macieira@nokia.com> | 2010-04-02 18:27:25 +0200 |
---|---|---|
committer | Thiago Macieira <thiago.macieira@nokia.com> | 2010-04-02 18:31:52 +0200 |
commit | 4a247ed5e37d3b4a17c965c725b81f6ef835c191 (patch) | |
tree | d25e1e58e862cd539440916d3d2fe4eb7901de78 /src/declarative/qml/qdeclarativelist.h | |
parent | 23eb677daea8e084fcaa1256f1a9433e324b1474 (diff) | |
download | qt4-tools-4a247ed5e37d3b4a17c965c725b81f6ef835c191.tar.gz |
Update #include of private headers in QtDeclarative
Always use private/. The WinSCW compiler doesn't search the current
directory, for whatever reason.
Diffstat (limited to 'src/declarative/qml/qdeclarativelist.h')
-rw-r--r-- | src/declarative/qml/qdeclarativelist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/qml/qdeclarativelist.h b/src/declarative/qml/qdeclarativelist.h index 219aa4b1b8..399b2a1874 100644 --- a/src/declarative/qml/qdeclarativelist.h +++ b/src/declarative/qml/qdeclarativelist.h @@ -145,7 +145,7 @@ private: QT_END_NAMESPACE -Q_DECLARE_METATYPE(QDeclarativeListReference); +Q_DECLARE_METATYPE(QDeclarativeListReference) QT_END_HEADER |