From 522f0f92efcb1055081ab408c290d0452e4c6a14 Mon Sep 17 00:00:00 2001 From: Martin Jones Date: Thu, 14 Jul 2011 18:46:09 +1000 Subject: [PATCH] Export qmlRegisterTypeNotAvailable (used by libqtquick1) Change-Id: Iec7eba4bb8db97d5df486e512e8767a23b25c47b Reviewed-on: http://codereview.qt.nokia.com/1647 Reviewed-by: Roberto Raggi Reviewed-by: Qt Sanity Bot --- src/declarative/qml/qdeclarative.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/declarative/qml/qdeclarative.h b/src/declarative/qml/qdeclarative.h index 9c434ea..38b2a84 100644 --- a/src/declarative/qml/qdeclarative.h +++ b/src/declarative/qml/qdeclarative.h @@ -123,7 +123,7 @@ int qmlRegisterType() return QDeclarativePrivate::qmlregister(QDeclarativePrivate::TypeRegistration, &type); } -int Q_AUTOTEST_EXPORT qmlRegisterTypeNotAvailable(const char *uri, int versionMajor, int versionMinor, const char *qmlName, const QString& message); +int Q_DECLARATIVE_EXPORT qmlRegisterTypeNotAvailable(const char *uri, int versionMajor, int versionMinor, const char *qmlName, const QString& message); template int qmlRegisterUncreatableType(const char *uri, int versionMajor, int versionMinor, const char *qmlName, const QString& reason) -- 1.7.2.5