summaryrefslogtreecommitdiffstats
path: root/src/threaddashboard.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/threaddashboard.cpp')
-rw-r--r--src/threaddashboard.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/threaddashboard.cpp b/src/threaddashboard.cpp
index 8583379..56b587f 100644
--- a/src/threaddashboard.cpp
+++ b/src/threaddashboard.cpp
@@ -197,6 +197,9 @@ ThreadDashboard::ThreadDashboard(QWidget *parent) : QWidget(parent)
// Block 2: the tag chips. One tier, no muting, drawn by the same strip the
// message pane uses so the two cannot drift.
m_tags = new TagStrip;
+ // Named for the same reason the message pane's is: the two sit in one
+ // widget tree and an unqualified findChild cannot tell them apart.
+ m_tags->setObjectName(QStringLiteral("dashboardTagStrip"));
layout->addWidget(m_tags);
// Block 3: the counts, with the read-progress bar beneath.