Home
last modified time | relevance | path

Searched refs:mProductId (Results 1 – 8 of 8) sorted by relevance

/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/src/global/
H A DUsbId.cpp14 , mProductId(pProductId) in UsbId()
27 return mProductId; in getProductId()
34 && mProductId == pOther.mProductId; in operator ==()
H A DUsbId.h17 unsigned int mProductId; variable
/dports/net/kf5-kcalendarcore/kcalendarcore-5.89.0/src/
H A Dcalformat.cpp42 static QString mProductId; // PRODID string to write to calendar files member in KCalendarCore::CalFormat::Private
48 QString CalFormat::Private::mProductId = QStringLiteral("-//K Desktop Environment//NONSGML libkcal … member in CalFormat::Private
82 Private::mProductId = productID; in setApplication()
92 return Private::mProductId; in productId()
H A Dcalendar_p.h53 QString mProductId; variable
H A Dcalendar.cpp1153 d->mProductId = id; in setProductId()
1158 return d->mProductId; in productId()
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/src/configuration/
H A DReaderConfigurationInfo.h29 const uint mProductId; in Q_DECLARE_TR_FUNCTIONS() local
41 , mProductId(pProductId) in Q_DECLARE_TR_FUNCTIONS()
55 mProductId != pOther.mProductId || in Q_DECLARE_TR_FUNCTIONS()
H A DReaderConfigurationInfo.cpp57 return d->mProductId; in getProductId()
/dports/net/kf5-kcontacts/kcontacts-5.89.0/src/
H A Daddressee.cpp81 mProductId = other.mProductId; in Private()
145 QString mProductId; member in Addressee::Private
288 if (d->mProductId != addressee.d->mProductId // in operator ==()
289 && !(d->mProductId.isEmpty() && addressee.d->mProductId.isEmpty())) { in operator ==()
1236 if (productId == d->mProductId) { in setProductId()
1241 d->mProductId = productId; in setProductId()
1246 return d->mProductId; in productId()
2555 s << a.d->mProductId; in operator <<()
2608 s >> a.d->mProductId; in operator >>()