From 2fffa21111824d41bf6831d8770e0a061bfee7fc Mon Sep 17 00:00:00 2001 From: Mikolaj Boc Date: Wed, 15 Feb 2023 10:25:44 +0100 Subject: Add multitouch test cases to qwasmwindow test Three touch points that move/resize three windows simultaneously are tested Change-Id: I17d0c8c6c5c90f5121a098e5b67174167cd5aaa5 Reviewed-by: Lorn Potter --- tests/manual/wasm/qwasmwindow/qwasmwindow_harness.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/manual/wasm/qwasmwindow/qwasmwindow_harness.cpp') diff --git a/tests/manual/wasm/qwasmwindow/qwasmwindow_harness.cpp b/tests/manual/wasm/qwasmwindow/qwasmwindow_harness.cpp index bcbcacbd151..3a8f0693dfd 100644 --- a/tests/manual/wasm/qwasmwindow/qwasmwindow_harness.cpp +++ b/tests/manual/wasm/qwasmwindow/qwasmwindow_harness.cpp @@ -80,7 +80,8 @@ std::string windowToJSObject(const QWindow &window) out << "{" << " id: " << std::to_string(window.winId()) << "," << " geometry: " << rectToJSObject(window.geometry()) << "," - << " frameGeometry: " << rectToJSObject(window.frameGeometry()) << "}"; + << " frameGeometry: " << rectToJSObject(window.frameGeometry()) << "," + << " title: '" << window.title().toStdString() << "' }"; return out.str(); } -- cgit v1.2.3