forked from qt-creator/qt-creator
ProjectExplorer: Remove todos
Change-Id: I22af9f79feb1b4a1638a3c30b094cce3a06300b6 Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user