[network/ruqola] src/widgets/room: Add objectName here
Laurent Montel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 31c8ab11725f95e0b638e633b9a92cc51778ad62 by Laurent Montel.
Committed on 18/07/2026 at 06:27.
Pushed by mlaurent into branch 'master'.
Add objectName here
M +1 -0 src/widgets/room/pendingattachmentclickablewidget.cpp
https://invent.kde.org/network/ruqola/-/commit/31c8ab11725f95e0b638e633b9a92cc51778ad62
diff --git a/src/widgets/room/pendingattachmentclickablewidget.cpp b/src/widgets/room/pendingattachmentclickablewidget.cpp
index 6f8170fbb0..f5743f6159 100644
--- a/src/widgets/room/pendingattachmentclickablewidget.cpp
+++ b/src/widgets/room/pendingattachmentclickablewidget.cpp
@@ -35,6 +35,7 @@ PendingAttachmentClickableWidget::PendingAttachmentClickableWidget(QWidget *pare
, mSizeLabel(new QLabel(this))
{
auto mainLayout = new QHBoxLayout(this);
+ mainLayout->setObjectName(u"mainLayout"_s);
mainLayout->setContentsMargins({});
mIconLabel->setObjectName(u"iconLabel"_s);