summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlgraphicstextedit/data/http/ErrItem.qml
blob: 34b3883431c64d3a3e48b5da052f59f41553439b (plain)
1
2
3
4
5
6
7
import Qt 4.6

Item{
    Fungus{
        palatable: false;
    }
}