summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2009-10-08 07:34:22 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2009-10-08 07:34:22 (GMT)
commit896a5335efb375f67fef7cdff10c842046e61d3f (patch)
tree8fade280fd5ba094bbb950416356b6a8d02a32d1 /tests
parent32e81daf19c5b4524302359a97dd3dc743edc912 (diff)
downloadQt-896a5335efb375f67fef7cdff10c842046e61d3f.zip
Qt-896a5335efb375f67fef7cdff10c842046e61d3f.tar.gz
Qt-896a5335efb375f67fef7cdff10c842046e61d3f.tar.bz2
Fix
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/declarative/pathview/tst_pathview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/pathview/tst_pathview.cpp b/tests/auto/declarative/pathview/tst_pathview.cpp
index e2da191..6e670bf 100644
--- a/tests/auto/declarative/pathview/tst_pathview.cpp
+++ b/tests/auto/declarative/pathview/tst_pathview.cpp
@@ -21,7 +21,7 @@ private slots:
private:
QmlView *createView(const QString &filename);
template<typename T>
- T *findItem(QFxItem *parent, const QString &id, int index=0);
+ T *findItem(QFxItem *parent, const QString &id, int index=-1);
};
class TestModel : public QListModelInterface