diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2009-10-08 07:34:22 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2009-10-08 07:34:22 (GMT) |
commit | 896a5335efb375f67fef7cdff10c842046e61d3f (patch) | |
tree | 8fade280fd5ba094bbb950416356b6a8d02a32d1 /tests/auto/declarative | |
parent | 32e81daf19c5b4524302359a97dd3dc743edc912 (diff) | |
download | Qt-896a5335efb375f67fef7cdff10c842046e61d3f.zip Qt-896a5335efb375f67fef7cdff10c842046e61d3f.tar.gz Qt-896a5335efb375f67fef7cdff10c842046e61d3f.tar.bz2 |
Fix
Diffstat (limited to 'tests/auto/declarative')
-rw-r--r-- | tests/auto/declarative/pathview/tst_pathview.cpp | 2 |
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 |