Details

    Description

      You can write such code in any qml-file:

      import QtQuick 1.1
      import com.nokia.meego 1.0
      
      Image {
        property bool up: true
        source: up ? "image://theme/icon-m-toolbar-up" + (theme.inverted ? "-white" : "") :
                     "image://theme/icon-m-toolbar-down" + (theme.inverted ? "-white" : "")
      }
      

      After that you can press "enter" after string "source" (before or after closing bracket). As a result qt creator hangs.

      Attachments

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

        Activity

          People

            fawzi Fawzi Mohamed
            evaltshu Evgeny Altshuler
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes