summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorQt Continuous Integration System <qt-info@nokia.com>2010-09-24 17:18:26 (GMT)
committerQt Continuous Integration System <qt-info@nokia.com>2010-09-24 17:18:26 (GMT)
commitaf76bc9f2f2fe345b1f1c9ae537acbb351b499e8 (patch)
tree8808003e1c030a4e9cb345e7a585bab024e56714 /src
parentf28d3e2f6c09abe7629779a8b10f3caa9007c468 (diff)
parent7cca3020efcb2db790c73393c94458646818cbbe (diff)
downloadQt-af76bc9f2f2fe345b1f1c9ae537acbb351b499e8.zip
Qt-af76bc9f2f2fe345b1f1c9ae537acbb351b499e8.tar.gz
Qt-af76bc9f2f2fe345b1f1c9ae537acbb351b499e8.tar.bz2
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration
* '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: Small fixes to Browser.qml More declarative autotests. Fix example.
Diffstat (limited to 'src')
-rw-r--r--src/declarative/qml/qdeclarative.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/qml/qdeclarative.h b/src/declarative/qml/qdeclarative.h
index 985ab72..f0c62f4 100644
--- a/src/declarative/qml/qdeclarative.h
+++ b/src/declarative/qml/qdeclarative.h
@@ -119,7 +119,7 @@ int qmlRegisterType()
return QDeclarativePrivate::qmlregister(QDeclarativePrivate::TypeRegistration, &type);
}
-int qmlRegisterTypeNotAvailable(const char *uri, int versionMajor, int versionMinor, const char *qmlName, const QString& message);
+int Q_AUTOTEST_EXPORT qmlRegisterTypeNotAvailable(const char *uri, int versionMajor, int versionMinor, const char *qmlName, const QString& message);
template<typename T>
int qmlRegisterUncreatableType(const char *uri, int versionMajor, int versionMinor, const char *qmlName, const QString& reason)