From 8d2206c1379f1cfb5d48a96ae5e04aaeb6a4e13a Mon Sep 17 00:00:00 2001 From: Sergio Martins Date: Sat, 13 Jul 2019 12:59:59 +0100 Subject: [PATCH] Add a comment --- tests/tst_docks.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tst_docks.cpp b/tests/tst_docks.cpp index 3c9066cd..3813a579 100644 --- a/tests/tst_docks.cpp +++ b/tests/tst_docks.cpp @@ -2079,7 +2079,7 @@ void TestDocks::tst_crash() } { - // 2. Try again, but now detach from tab before putting it on the bottom + // 2. Teste an assert I got auto m = createMainWindow(QSize(800, 500), MainWindowOption_None); auto dock1 = createDockWidget(QStringLiteral("dock1"), new QPushButton(QStringLiteral("one"))); auto dock2 = createDockWidget(QStringLiteral("dock2"), new QPushButton(QStringLiteral("two")));