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

editor will make 2 lines to be one

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Not Evaluated
    • None
    • Qt Creator 4.11.0
    • Editors
    • None
    • Windows

    Description

      write code like this:

      class FlashItem : public QObject, public QGraphicsItem

      {

      Q_OBJECT

      Q_INTERFACES(QGraphicsItem)

      when save it, code be changed like below

      class FlashItem : public QObject, public QGraphicsItem

      {

      Q_OBJECT Q_INTERFACES(QGraphicsItem)

      Attachments

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

        Activity

          People

            davschul David Schulz
            mole ke xu
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes