Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-37689

QCollator allways sorts case sensitive

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 5.3.1
    • 5.2.0
    • None
    • linux

    Description

      QCollator c;
      c.setCaseSensitivity(Qt::CaseInsensitive);
      QString a = "a";
      QString b = "A";
      qDebug() << c.compare(a, b);

      running code abowe will result in -1, should be 0

      Attachments

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

        Activity

          People

            laknoll Lars Knoll
            fvacek Fanda Vacek
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes