summaryrefslogtreecommitdiff
path: root/tests/auto/xmlpatternssdk/TreeItem.cpp
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@theqtcompany.com>2015-10-28 09:33:00 +0100
committerLiang Qi <liang.qi@theqtcompany.com>2015-10-28 09:33:00 +0100
commit94136d42805abeaf3dd9d6ded7b74e3d27fd3777 (patch)
treee6add08b343d76fe45d076a6a604e890b547daae /tests/auto/xmlpatternssdk/TreeItem.cpp
parentddf3cf7acf8e80b2e4c8018c1c8d6b6d297cc853 (diff)
parent7367d313378fb548449feda3bb0f437d29f20e8b (diff)
downloadqtxmlpatterns-94136d42805abeaf3dd9d6ded7b74e3d27fd3777.tar.gz
Merge remote-tracking branch 'origin/5.5' into 5.6
Change-Id: I41beab20e4de378725e3e2efd929ddd83460d9d8
Diffstat (limited to 'tests/auto/xmlpatternssdk/TreeItem.cpp')
-rw-r--r--tests/auto/xmlpatternssdk/TreeItem.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/xmlpatternssdk/TreeItem.cpp b/tests/auto/xmlpatternssdk/TreeItem.cpp
index 9b91f0c..6c8c265 100644
--- a/tests/auto/xmlpatternssdk/TreeItem.cpp
+++ b/tests/auto/xmlpatternssdk/TreeItem.cpp
@@ -51,4 +51,8 @@ int TreeItem::row() const
return -1;
}
+QPair<int, int> TreeItem::executeRange = qMakePair<int,int>(0,INT_MAX);
+int TreeItem::executions = 0;
+
+
// vim: et:ts=4:sw=4:sts=4