forked from qt-creator/qt-creator
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:
@@ -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({});
|
||||||
|
Reference in New Issue
Block a user