summaryrefslogtreecommitdiff
path: root/tests/auto/xmlpatternssdk/TreeItem.cpp
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@theqtcompany.com>2015-12-10 09:58:18 +0100
committerLiang Qi <liang.qi@theqtcompany.com>2015-12-10 09:58:18 +0100
commitc5ea60cb84fc7af57a85389a20d91e8397cce1a8 (patch)
tree6f9394b540efb6b0319b6b649d728de84e6d4af0 /tests/auto/xmlpatternssdk/TreeItem.cpp
parent944129e3022a28a5cb969c6adaf01378b4555375 (diff)
parent8ba610490e2d93526c165584e2f52c7ae8e9edc0 (diff)
downloadqtxmlpatterns-c5ea60cb84fc7af57a85389a20d91e8397cce1a8.tar.gz
Merge remote-tracking branch 'origin/5.6' into dev
Change-Id: Iaf57c1b0beffdceb3f0533aa77ba536ec4c373a9
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