~dandrader/unity8/pixelAlignedWindow

« back to all changes in this revision

Viewing changes to qml/Dash/CardHorizontalList.qml

  • Committer: CI Train Bot
  • Author(s): Andrea Cimitan
  • Date: 2016-05-04 18:08:28 UTC
  • mfrom: (2103.6.33 card-social)
  • Revision ID: ci-train-bot@canonical.com-20160504180828-aetx14xx5yy600eg
Add social actions to cards
Approved by: Josh Arenson

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
                target: loader.item
60
60
                onClicked: root.clicked(index, result, loader.item, model)
61
61
                onPressAndHold: root.pressAndHold(index, result, model)
 
62
                onAction: root.action(index, result, actionId)
62
63
            }
63
64
        }
64
65
    }