Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 2.3.1
-
None
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.