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