brmbar v3 UserMgmt: Remove commented out old ListModel example

This commit is contained in:
Petr Baudis 2012-09-24 04:23:24 +02:00
parent 1d64e17a54
commit f261fe5ea5

View file

@ -70,15 +70,6 @@ Item {
}
}
model: user_list_model
// model: ListModel {
// ListElement {
// name: "pasky"; negbalance: "400.00 Kč"
// }
//
// ListElement {
// name: "růža"; negbalance: "1200.00 Kč"
// }
// }
}
BarScrollBar {