~mzanetti/+junk/upebble

« back to all changes in this revision

Viewing changes to upebbled/platformintegration/ubuntu/callchannelobserver.cpp

  • Committer: Michael Zanetti
  • Date: 2015-11-29 00:23:20 UTC
  • Revision ID: michael.zanetti@canonical.com-20151129002320-jyayn1x7na4494zm
add an info label to notifications

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
{
83
83
    // Haven't figured how to send outgoing calls to pebble yet... discard it
84
84
    if (callChannel->initiatorContact()->id().isEmpty()) {
85
 
        qWarning() << "discarding phone call. looks like it's an outgoign one";
 
85
        qWarning() << "ignoring phone call. looks like it's an outgoing one";
86
86
        return;
87
87
    }
88
88