X-Git-Url: http://git.maemo.org/git/?p=quicknewsreader;a=blobdiff_plain;f=qml%2FQuickNewsReader%2Fcontent%2Fmodelimpl%2FFavoriteRssFeeds.qml;h=285fd19f9f3f4ffd9cc5998394e5cf6f0f0b103a;hp=6d1143e61352e954724cb98bc31ea890d308c949;hb=44105f19dec05d3a20af34f19f263f7ed2551ea4;hpb=fba8f6f66f7884da548bc9da7adc103777c25e07 diff --git a/qml/QuickNewsReader/content/modelimpl/FavoriteRssFeeds.qml b/qml/QuickNewsReader/content/modelimpl/FavoriteRssFeeds.qml index 6d1143e..285fd19 100644 --- a/qml/QuickNewsReader/content/modelimpl/FavoriteRssFeeds.qml +++ b/qml/QuickNewsReader/content/modelimpl/FavoriteRssFeeds.qml @@ -1,8 +1,27 @@ +/*** +** Copyright (C) 2012 Christophe CHAPUIS +** +** This package is free software; you can redistribute it and/or modify +** it under the terms of the GNU General Public License as published by +** the Free Software Foundation; either version 2 of the License, or +** (at your option) any later version. +** +** This package is distributed in the hope that it will be useful, +** but WITHOUT ANY WARRANTY; without even the implied warranty of +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. +** +** You should have received a copy of the GNU General Public License +** along with this package; if not, write to the Free Software +** Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +** +***/ import QtQuick 1.0 import "../modelitf" ListModel { id: rssFeedsModel + property int sourceDepth: 1 ListElement { name: "xkcd"; feed: "xkcd.com/rss.xml" } // ListElement { name: "Journal du Geek"; feed: "www.journaldugeek.com/rss.php" }