ProjectExplorer: Remove todos

Change-Id: I22af9f79feb1b4a1638a3c30b094cce3a06300b6
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
This commit is contained in:
Daniel Teske
2012-05-03 16:10:00 +02:00
parent 5a041c513d
commit aef919b31c
6 changed files with 5 additions and 21 deletions

View File

@@ -275,8 +275,8 @@ void ProjectWindow::extensionsInitialized()
void ProjectWindow::aboutToShutdown()
{
showProperties(-1, -1); // TODO that's a bit stupid, but otherwise stuff is still
// connected to the session
showProperties(-1, -1); // that's a bit stupid, but otherwise stuff is still
// connected to the session
disconnect(ProjectExplorerPlugin::instance()->session(), 0, this, 0);
}
@@ -382,16 +382,6 @@ void ProjectWindow::deregisterProject(ProjectExplorer::Project *project)
m_tabWidget->removeTab(index);
}
void ProjectWindow::restoreStatus()
{
// TODO
}
void ProjectWindow::saveStatus()
{
// TODO
}
void ProjectWindow::startupProjectChanged(ProjectExplorer::Project *p)
{
int index = m_tabIndexToProject.indexOf(p);