mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-12 07:15:34 +08:00
refs #189, fixed CPqString::getMetaTypeId()
This commit is contained in:
@@ -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