Guest User

Untitled

a guest
Jan 24th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. template <typename T>
  2. inline bool isRecordType() const
  3. {
  4. T dummy;
  5. return (typeNameFormat() == dummy.typeNameFormat() && type() == dummy.type());
  6. }
  7.  
  8. ---------------------------------------------------------------------------------------
  9.  
  10. static PyObject* Sbk_QtMobility_QNdefRecordFunc_isRecordType<QtMobility::QNdefNfcTextRecord>(PyObject* self)
Add Comment
Please, Sign In to add comment