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

QDebug nospace() is broken

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P5: Not important
    • 5.4.0
    • 5.3.2
    • Core: I/O
    • None
    • 91c9cae720004ad6bb0c7b3b7e6f64a9e6a6fcf3

    Description

      The result of:
      qDebug().nospace() << "hello" << QSize(10, 10) << "world";

      is:
      helloQSize(10, 10) world

      not:
      helloQSize(10, 10)world

      (i.e. a space is added before "world"). This issue seems to be shared with a lot of the Qt classes and not just QSize.

      Attachments

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

        Activity

          People

            dfaure David Faure (Private)
            rianquinn Rian Quinn
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes