~matti-rintanikkola-d/my-webapp-group/trunk

« back to all changes in this revision

Viewing changes to qml/CategoryWebSiteComponent.qml

  • Committer: Matti Rinta-Nikkola
  • Date: 2016-03-05 23:04:06 UTC
  • Revision ID: matti.rintanikkola@gmail.com-20160305230406-a4u565c70x5tni7o
history navigation on web.archive.org, step I

Show diffs side-by-side

added added

removed removed

Lines of Context:
123
123
                    util.urlRankView(url)
124
124
                    checkUrl()
125
125
                }
 
126
            },
 
127
            Action {
 
128
                iconName: "history"
 
129
                onTriggered: {
 
130
                    util.wayBackView(url)
 
131
                    checkUrl()
 
132
                }
126
133
            }
127
134
        ] 
128
135
    }