aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/shared
diff options
context:
space:
mode:
authorAndrew den Exter <andrew.den-exter@nokia.com>2012-08-01 10:23:38 +1000
committerQt by Nokia <qt-info@nokia.com>2012-08-02 02:43:43 +0200
commit8b04007bf086dd573945e6076023a2f1a5aefef3 (patch)
tree54dcbc7c8f7dcdc43ff4a501774082a73bfc36ed /tests/auto/quick/shared
parentf915ea135fe4bf74432ffa3e6041ea60d4268c67 (diff)
Add tests for VisualDataModel watched roles.
Change-Id: Idc84d0f833fe2ec4ed29bbda62def17ec20a3a8b Reviewed-by: Damian Jansen <damian.jansen@nokia.com>
Diffstat (limited to 'tests/auto/quick/shared')
-rw-r--r--tests/auto/quick/shared/viewtestutil.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/quick/shared/viewtestutil.h b/tests/auto/quick/shared/viewtestutil.h
index 31697e74c1..02b997343c 100644
--- a/tests/auto/quick/shared/viewtestutil.h
+++ b/tests/auto/quick/shared/viewtestutil.h
@@ -107,6 +107,8 @@ namespace QQuickViewTestUtil
void matchAgainst(const QList<QPair<QString, QString> > &other, const QString &error1, const QString &error2);
+ using QAbstractListModel::dataChanged;
+
private:
QList<QPair<QString,QString> > list;
};