~neon/project-neon/attica

« back to all changes in this revision

Viewing changes to src/licenseparser.cpp

  • Committer: Laurent Montel
  • Date: 2019-02-23 16:05:16 UTC
  • Revision ID: git-v1:13fc32034a69b5088d748ce6195254f36680d95b
Fix some clazy error

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 
26
26
QStringList License::Parser::xmlElement() const
27
27
{
28
 
    return QStringList(QLatin1String("license"));
 
28
    return QStringList(QStringLiteral("license"));
29
29
}
30
30
 
31
31
License License::Parser::parseXml(QXmlStreamReader &xml)