[network/ruqola] src/widgets/room/autotests: Remove commented code
Laurent Montel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 71001d609a459163469f147555e144c9d23cd003 by Laurent Montel.
Committed on 06/08/2026 at 20:46.
Pushed by mlaurent into branch 'master'.
Remove commented code
M +0 -3 src/widgets/room/autotests/roomwidgettest.cpp
https://invent.kde.org/network/ruqola/-/commit/71001d609a459163469f147555e144c9d23cd003
diff --git a/src/widgets/room/autotests/roomwidgettest.cpp b/src/widgets/room/autotests/roomwidgettest.cpp
index 05ec055ac2..3047a37f38 100644
--- a/src/widgets/room/autotests/roomwidgettest.cpp
+++ b/src/widgets/room/autotests/roomwidgettest.cpp
@@ -92,9 +92,6 @@ void RoomWidgetTest::shouldHaveDefaultValues()
QVERIFY(!mUploadFileProgressStatusListWidget->isVisible());
#if 0 // Load on demand
- auto mOtrWidget = w.findChild<OtrWidget *>(u"mOtrWidget"_s);
- QVERIFY(mOtrWidget);
-
auto mOffLineWidget = w.findChild<OffLineWidget *>(u"mOffLineWidget"_s);
QVERIFY(mOffLineWidget);