Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-5931

String usage issues

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P1: Critical
    • None
    • Qt Creator 2.4.0
    • Test Integration
    • None

    Description

      The code has a lot of string usage errors. Please consider:

      • QLatin1String("") for non-translateable literals
      • Do not use strings for 1 character constants: "." -> QLatin1Char('.')
      • Do not assign "" to QString, use clear()
      • Use plurals where applicable tr("%1 errors found").arg -> tr("%n errors found", 0, n)

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            sbradley Shane Bradley (closed Nokia identity) (Inactive)
            con Eike Ziller
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes