From bb92929b108a53067e80486a72c722012b96857d Mon Sep 17 00:00:00 2001 From: Christian Stenger Date: Fri, 11 Oct 2024 09:48:13 +0200 Subject: [PATCH] Axivion: Remove duplicate code Amends 41d276eb6f3ee823e850ef4ad96d078e330d644d. Change-Id: I3eb5c142272ee7af741ae3293e10c3d4a570ed35 Reviewed-by: Jarek Kobus --- src/plugins/axivion/axivionperspective.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/plugins/axivion/axivionperspective.cpp b/src/plugins/axivion/axivionperspective.cpp index f0f0596e013..07af930d0a2 100644 --- a/src/plugins/axivion/axivionperspective.cpp +++ b/src/plugins/axivion/axivionperspective.cpp @@ -422,11 +422,6 @@ void IssuesWidget::initDashboardList(const QString &preferredProject) const QList servers = settings().allAvailableServers(); if (servers.isEmpty()) { switchActiveDashboardId({}); - { - GuardLocker lock(m_signalBlocker); - m_dashboardProjects->clear(); - } - updateBasicProjectInfo(std::nullopt); showOverlay(Tr::tr("Configure dashboards in Preferences > Axivion > General."), SettingsIcon); return; }