Ignore:
Timestamp:
May 5, 2011, 5:36:53 AM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/tools/linguist/shared/qm.cpp

    r769 r846  
    11/****************************************************************************
    22**
    3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
     3** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
    44** All rights reserved.
    55** Contact: Nokia Corporation (qt-info@nokia.com)
     
    565565    QStringList numerusForms;
    566566    bool guessPlurals = true;
    567     if (getNumerusInfo(l, c, 0, &numerusForms))
     567    if (getNumerusInfo(l, c, 0, &numerusForms, 0))
    568568        guessPlurals = (numerusForms.count() == 1);
    569569
     
    705705    Translator::languageAndCountry(translator.languageCode(), &l, &c);
    706706    QByteArray rules;
    707     if (getNumerusInfo(l, c, &rules, 0))
     707    if (getNumerusInfo(l, c, &rules, 0, 0))
    708708        releaser.setNumerusRules(rules);
    709709    releaser.setCodecName(translator.codecName());
     
    774774        int generatedCount = finished + unfinished;
    775775        cd.appendError(QCoreApplication::translate("LRelease",
    776             "    Generated %n translation(s) (%1 finished and %2 unfinished)\n", 0,
     776            "    Generated %n translation(s) (%1 finished and %2 unfinished)", 0,
    777777            QCoreApplication::CodecForTr, generatedCount).arg(finished).arg(unfinished));
    778778        if (untranslated)
    779779            cd.appendError(QCoreApplication::translate("LRelease",
    780                 "    Ignored %n untranslated source text(s)\n", 0,
     780                "    Ignored %n untranslated source text(s)", 0,
    781781                QCoreApplication::CodecForTr, untranslated));
    782782    }
Note: See TracChangeset for help on using the changeset viewer.