Major changes
[quicknewsreader] / qml / QuickNewsReader / content / modelimpl / GoogleReaderNews.qml
1 import QtQuick 1.0
2
3 ListModel {
4     id: googleReaderNewsList
5     property int sourceDepth: 2
6
7     // required elements: title and description. Optional: image.
8 }