Home
last modified time | relevance | path

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

/dports/net-im/kopete/kopete-21.12.3/protocols/qq/
H A Dqqprotocol.h93 const Kopete::PropertyTmpl propCountry; variable
H A Dqqprotocol.cpp44propCountry(QStringLiteral("QQVCardCountry"), i18n("Country"), QString(), Kopete::PropertyTmpl::Pe… in QQProtocol()
/dports/net-im/kopete/kopete-21.12.3/protocols/qq/ui/
H A Ddlgqqvcard.cpp128 m_mainWidget->leCountry->setText (m_contact->property(proto->propCountry).value().toString()); in assignContactProperties()