diff --git a/src/plugins/git/gitorious/gitorious.cpp b/src/plugins/git/gitorious/gitorious.cpp index ef329696704..cce08b2c4cc 100644 --- a/src/plugins/git/gitorious/gitorious.cpp +++ b/src/plugins/git/gitorious/gitorious.cpp @@ -240,7 +240,7 @@ void GitoriousProjectReader::readProjects(QXmlStreamReader &reader) break; if (reader.isStartElement()) { - if (reader.name() == "project") { + if (reader.name() == QLatin1String("project")) { const QSharedPointer p = readProject(reader); if (!p->name.isEmpty()) m_projects.push_back(p);