Axivion: Do not update dashboard on project switch

The hard linking to the active project is gone, so it does
no more make sense to clean up the dashboard.
Amends ddd4fd24e6.

Change-Id: I7d23862257156a42b3935f1e35f24c08797fecb7
Reviewed-by: hjk <hjk@qt.io>
Reviewed-by: Mohammad Mehdi Salem Naraghi <mehdi.salem@qt.io>
This commit is contained in:
Christian Stenger
2024-09-25 15:26:04 +02:00
parent 584883f9bf
commit 4f49b73abe

View File

@@ -347,10 +347,6 @@ void AxivionPluginPrivate::onStartupProjectChanged(Project *project)
disconnect(m_fileFinderConnection); disconnect(m_fileFinderConnection);
m_project = project; m_project = project;
clearAllMarks();
m_currentProjectInfo = {};
m_analysisVersion = {};
updateDashboard();
if (!m_project) { if (!m_project) {
m_fileFinder.setProjectDirectory({}); m_fileFinder.setProjectDirectory({});