summaryrefslogtreecommitdiffstats
path: root/tests/auto/scion/tst_scion.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/scion/tst_scion.cpp')
-rw-r--r--tests/auto/scion/tst_scion.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/scion/tst_scion.cpp b/tests/auto/scion/tst_scion.cpp
index 70b649c..16142d4 100644
--- a/tests/auto/scion/tst_scion.cpp
+++ b/tests/auto/scion/tst_scion.cpp
@@ -384,6 +384,11 @@ QDebug operator<<(QDebug debug, const QScxmlEvent &event)
obj.insert(QLatin1String("invokeid"), event.invokeId());
return debug << obj;
}
+
+QDebug operator<<(QDebug debug, const QList<QScxmlEvent> &events)
+{
+ return QtPrivate::printSequentialContainer(debug, "QList", events);
+}
QT_END_NAMESPACE
static int verifyEvent(const QList<QScxmlEvent> &receivedEvents, const QJsonObject &event,