~phablet-team/telephony-service/trunk

« back to all changes in this revision

Viewing changes to libtelephonyservice/telepathyhelper.cpp

  • Committer: Michael Terry
  • Date: 2014-01-29 15:16:16 UTC
  • mfrom: (766 trunk)
  • mto: This revision was merged to the branch mainline in revision 769.
  • Revision ID: michael.terry@canonical.com-20140129151616-63986zad796m4gtl
MergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
152
152
    QStringList protocols;
153
153
    protocols << "ufa"
154
154
              << "tel"
155
 
              << "ofono";
 
155
              << "ofono"
 
156
              << "mock"; // used for tests
156
157
    return protocols;
157
158
}
158
159