mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 17:35:34 +08:00
refs #413 Access control of convertToQString changed from protected to public.
This commit is contained in:
@@ -147,7 +147,6 @@ namespace BlackMisc
|
||||
}
|
||||
}
|
||||
|
||||
protected: // CValueObject overrides
|
||||
//! \copydoc BlackMisc::CValueObject::convertToQString
|
||||
virtual QString convertToQString(bool i18n = false) const override
|
||||
{
|
||||
@@ -157,6 +156,7 @@ namespace BlackMisc
|
||||
return str += "}";
|
||||
}
|
||||
|
||||
protected:
|
||||
//! \copydoc BlackMisc::CValueObject::getMetaTypeId
|
||||
int getMetaTypeId() const { return qMetaTypeId<C<T>>(); }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user