~brendan-donegan/messaging-app/new_helpers_tests

« back to all changes in this revision

Viewing changes to src/qml/MainPage.qml

  • Committer: CI bot
  • Author(s): Brendan Donegan
  • Date: 2014-07-09 00:49:38 UTC
  • mfrom: (117.1.5 fix_action_items)
  • Revision ID: ps-jenkins@lists.canonical.com-20140709004938-dha2y3iz9fjf21jl
Add objectName's to Action items and fix some test helpers, plus add a few that are useful. 
Approved by: Tiago Salem Herrmann

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
            id: searchButton
89
89
            objectName: "searchButton"
90
90
            action: Action {
 
91
                objectName: "searchAction"
91
92
                iconSource: "image://theme/search"
92
93
                onTriggered: {
93
94
                    mainPage.searching = true