[ create a new paste ] login | about

Link: http://codepad.org/2IZvgTQ9    [ raw code | output | fork ]

C, pasted on Jan 23:
1
2
3
4
5
6
7
8
9
10
11
Page {
    id: searchPage
    tools: commonTools

    ListView {
        id: titlesView
        anchors.fill: parent
        model: titlesModel
        delegate: TitlesDelegate{}
    }
}


Output:
1
Line 1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token


Create a new paste based on this one


Comments: