Change-Id: Ia070f4b4fd726d201dde7aa43e2c62eacfaff40e
Reviewed-by: Kent Hansen <kent.hansen@nokia.com>
Reviewed-by: Yunqiao Yin <charles.yin@nokia.com>
QStringList keyRoleResultsCache;
};
-class Q_DECLARATIVE_EXPORT QDeclarativeXmlListModel : public QListModelInterface, public QDeclarativeParserStatus
+class QDeclarativeXmlListModel : public QListModelInterface, public QDeclarativeParserStatus
{
Q_OBJECT
Q_INTERFACES(QDeclarativeParserStatus)
Q_DISABLE_COPY(QDeclarativeXmlListModel)
};
-class Q_AUTOTEST_EXPORT QDeclarativeXmlListModelRole : public QObject
+class QDeclarativeXmlListModelRole : public QObject
{
Q_OBJECT
Q_PROPERTY(QString name READ name WRITE setName NOTIFY nameChanged)
TARGETPATH = QtQuick/XmlListModel
include(../qimportbase.pri)
-QT+= declarative xmlpatterns declarative-private v8-private core-private
+QT += network declarative xmlpatterns declarative-private v8-private core-private
SOURCES += qdeclarativexmllistmodel.cpp plugin.cpp
HEADERS += qdeclarativexmllistmodel_p.h