projectexplorer: move project{Context,Language} from IProjectManager to Project

Reviewed-by: dt
This commit is contained in:
hjk
2011-04-12 12:17:19 +02:00
parent 4a338a5129
commit 1738d08ffc
18 changed files with 63 additions and 88 deletions

View File

@@ -203,16 +203,6 @@ void Qt4Manager::uiEditorContentsChanged()
m_dirty = true;
}
Core::Context Qt4Manager::projectContext() const
{
return m_plugin->projectContext();
}
Core::Context Qt4Manager::projectLanguage() const
{
return Core::Context(ProjectExplorer::Constants::LANG_CXX);
}
QString Qt4Manager::mimeType() const
{
return QLatin1String(Qt4ProjectManager::Constants::PROFILE_MIMETYPE);