forked from qt-creator/qt-creator
Add a full name to DoubleTabWidget
The fullname is used if the name is not unique Task-Nr: QTCREATORBUG-2113 Reviewed-By: con Squash
This commit is contained in:
@@ -349,7 +349,7 @@ void ProjectWindow::registerProject(ProjectExplorer::Project *project)
|
||||
}
|
||||
|
||||
m_tabIndexToProject.insert(index, project);
|
||||
m_tabWidget->insertTab(index, project->displayName(), subtabs);
|
||||
m_tabWidget->insertTab(index, project->displayName(), project->file()->fileName(), subtabs);
|
||||
}
|
||||
|
||||
void ProjectWindow::deregisterProject(ProjectExplorer::Project *project)
|
||||
|
||||
Reference in New Issue
Block a user