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

Qt Creator crashes in Connections -element when mistyping a period instead of comma after the signal name, and adding a curly bracket after that

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P1: Critical
    • Qt Creator 2.1.0
    • Qt Creator 2.1.0
    • Quick / QML Support
    • None
    • GNU/Linux
    • a30c016189865656947107f6cc4d9a69c2568a95

    Description

      Code:

      import Qt 4.7
      
      Rectangle {
          width: 640
          height: 480
      
          Connections {
              onWidthChanged.
          }
      }
      
      

      When you add the curly bracket after the "onWidthChanged.", Qt Creator crashes. AFAIK happens with any signal name, ie. does not have to be an existing signal.

      Attachments

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

        Activity

          People

            ckamm Christian Kamm
            aalto Simo-Pekka Aalto
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes