~unity-api-team/indicator-network/connectivity-api-mobile-data-management-tests

« back to all changes in this revision

Viewing changes to src/connectivity-api/connectivity-qt/connectivityqt/sim.cpp

  • Committer: Pete Woods
  • Date: 2016-05-31 14:19:34 UTC
  • Revision ID: pete.woods@canonical.com-20160531141934-g1t7db57bdorokpz
Remove phone numbers property

Show diffs side-by-side

added added

removed removed

Lines of Context:
102
102
    return d->m_propertyCache->get("PrimaryPhoneNumber").toString();
103
103
}
104
104
 
105
 
QList<QString> Sim::phoneNumbers() const
106
 
{
107
 
    return d->m_propertyCache->get("PhoneNumbers").toStringList();
108
 
}
109
 
 
110
105
bool Sim::locked() const
111
106
{
112
107
    return d->m_propertyCache->get("Locked").toBool();