QmlJsTools: Fix typo in comment

Change-Id: I51cf21704c8a2b7ff8217aaf189a7ca66c2f24a6
Reviewed-by: Fawzi Mohamed <fawzi.mohamed@theqtcompany.com>
This commit is contained in:
Tobias Hunger
2015-01-12 14:02:25 +01:00
parent 67a62183f0
commit 8bd53cfdc4

View File

@@ -264,7 +264,7 @@ ModelManagerInterface::WorkingCopy ModelManager::workingCopyInternal() const
void ModelManager::updateDefaultProjectInfo()
{
// needs to be performed in the ui therad
// needs to be performed in the ui thread
ProjectExplorer::Project *currentProject = ProjectExplorer::ProjectTree::currentProject();
ProjectInfo newDefaultProjectInfo = projectInfo(currentProject,
defaultProjectInfoForProject(currentProject));