mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 20:15:35 +08:00
refs #189, fixed CPqString::getMetaTypeId()
This commit is contained in:
@@ -23,6 +23,14 @@ namespace BlackMisc
|
|||||||
return this->CValueObject::isA(metaTypeId);
|
return this->CValueObject::isA(metaTypeId);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Meta id
|
||||||
|
*/
|
||||||
|
int CPqString::getMetaTypeId() const
|
||||||
|
{
|
||||||
|
return qMetaTypeId<CPqString>();
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Compare
|
* Compare
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -60,10 +60,7 @@ namespace BlackMisc
|
|||||||
}
|
}
|
||||||
|
|
||||||
//! \copydoc CValueObject::getMetaTypeId
|
//! \copydoc CValueObject::getMetaTypeId
|
||||||
int getMetaTypeId() const
|
int getMetaTypeId() const override;
|
||||||
{
|
|
||||||
return qMetaTypeId<CPqString>();
|
|
||||||
}
|
|
||||||
|
|
||||||
//! \copydoc CValueObject::getValueHash
|
//! \copydoc CValueObject::getValueHash
|
||||||
virtual uint getValueHash() const override;
|
virtual uint getValueHash() const override;
|
||||||
|
|||||||
Reference in New Issue
Block a user