Home
last modified time | relevance | path

Searched refs:propCity (Results 1 – 3 of 3) sorted by relevance

/dports/net-im/kopete/kopete-21.12.3/protocols/qq/
H A Dqqprotocol.h95 const Kopete::PropertyTmpl propCity; variable
H A Dqqprotocol.cpp46propCity(QStringLiteral("QQVCardCity"), i18n("State"), QString(), Kopete::PropertyTmpl::Persistent… in QQProtocol()
/dports/net-im/kopete/kopete-21.12.3/protocols/qq/ui/
H A Ddlgqqvcard.cpp126 m_mainWidget->leCity->setText (m_contact->property(proto->propCity).value().toString()); in assignContactProperties()