~boiko/telepathy-ofono/update_tp_qt

« back to all changes in this revision

Viewing changes to tests/ofonomockcontroller.cpp

  • Committer: Timo Jyrinki
  • Date: 2014-10-09 15:55:01 UTC
  • mfrom: (110.1.4 telepathy-ofono)
  • Revision ID: timo.jyrinki@canonical.com-20141009155501-3vuuv5cpbrx0l8ia
Manually merge 0.2+14.10.20141007-0ubuntu1

[ Ubuntu daily release ]
[ Ubuntu daily release ]
* New rebuild forced
* refresh emergency numbers when appropriate
* Use local timestamp instead of the one provided by the carrier. (LP:
  #1246198)

Show diffs side-by-side

added added

removed removed

Lines of Context:
128
128
{
129
129
    mSimManagerInterface.call("SetProperty", "Present", QVariant::fromValue(QDBusVariant(present)));
130
130
}
 
131
 
 
132
void OfonoMockController::SimManagerSetPinRequired(const QString &type)
 
133
{
 
134
    mSimManagerInterface.call("SetProperty", "PinRequired", QVariant::fromValue(QDBusVariant(type)));
 
135
}