~phablet-team/messaging-app/nickname-autocompletion

« back to all changes in this revision

Viewing changes to src/qml/ComposeBar.qml

  • Committer: Renato Araujo Oliveira Filho
  • Date: 2017-01-25 01:23:23 UTC
  • mfrom: (658.1.3 shortcuts-and-focus)
  • Revision ID: renato.filho@canonical.com-20170125012323-kie1739vhk7v0rp0
Parent merged.

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
    property bool returnToSend: false
47
47
    property bool enableAttachments: true
48
48
    property alias participants: participantPopover.participants
 
49
    readonly property alias textArea: messageTextArea
49
50
 
50
51
    onRecordingChanged: {
51
52
        if (recording) {