mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-10 14:07:35 +08:00
refs #413 Access control of convertToQString changed from protected to public.
This commit is contained in:
@@ -46,10 +46,10 @@ namespace BlackMisc
|
||||
this->m_name = name;
|
||||
}
|
||||
|
||||
public:
|
||||
//! \copydoc CValueObject::convertToQString
|
||||
virtual QString convertToQString(bool i18n = false) const override { Q_UNUSED(i18n); return ""; }
|
||||
|
||||
public:
|
||||
//! \brief Name
|
||||
QString getName() const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user