aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qtquick1/qdeclarativetextedit/data/http/ErrItem.qml
blob: fa7dbd107fb16425b69760edf2494ce548be8ed3 (plain)
1
2
3
4
5
6
7
import QtQuick 1.0

Item{
    Fungus{
        palatable: false;
    }
}