forked from qt-creator/qt-creator
SquishTests: Fix debugger test
Assign a name for a label for easier retrieval and fix the used objects inside the shared script. Change-Id: I1769b87d776a2dc9fee9ca9eb26805f6a8475fc0 Reviewed-by: Christian Stenger <christian.stenger@qt.io> Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io>
This commit is contained in:
@@ -162,6 +162,7 @@ DebuggerMainWindowPrivate::DebuggerMainWindowPrivate(DebuggerMainWindow *parent)
|
||||
{
|
||||
m_centralWidgetStack = new QStackedWidget;
|
||||
m_statusLabel = new Utils::StatusLabel;
|
||||
m_statusLabel->setObjectName("DebuggerStatusLabel"); // used by Squish
|
||||
StyleHelper::setPanelWidget(m_statusLabel);
|
||||
m_statusLabel->setIndent(2 * QFontMetrics(q->font()).horizontalAdvance(QChar('x')));
|
||||
m_editorPlaceHolder = new EditorManagerPlaceHolder;
|
||||
|
||||
Reference in New Issue
Block a user