~ubuntu-branches/ubuntu/wily/ki18n/wily-proposed

« back to all changes in this revision

Viewing changes to src/kuitmarkup.cpp

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2015-03-17 15:38:35 UTC
  • mfrom: (1.1.8)
  • Revision ID: package-import@ubuntu.com-20150317153835-178oh2sxmn7hh6bu
Tags: 5.8.0-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
120
120
        entityMap = entities;
121
121
    }
122
122
 
123
 
    QString resolveUndeclaredEntity(const QString &name)
 
123
    QString resolveUndeclaredEntity(const QString &name) Q_DECL_OVERRIDE
124
124
    {
125
125
        QString value = entityMap.value(name);
126
126
        // This will return empty string if the entity name is not known,