~nskaggs/ubuntu-rssreader-app/fix-debian-control

« back to all changes in this revision

Viewing changes to listview/FeedListPage.qml

  • Committer: nskaggs
  • Date: 2013-08-13 02:52:16 UTC
  • mfrom: (24.1.12 ubuntu-rssreader-app)
  • Revision ID: nicholas.skaggs@canonical.com-20130813025216-3nmk7ban85r2ez07
merge carla's changes, plus initial conversion to sdk emulator

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
 
11
11
Page {
12
12
    id: pageItself
13
 
 
 
13
    objectName: "feedlistpage"
14
14
    property var updatingFeed: null
15
15
    property bool isDirty: false
16
16