mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-20 20:40:29 +08:00
refs #413 Access control of convertToQString changed from protected to public.
This commit is contained in:
@@ -127,10 +127,10 @@ namespace BlackMisc
|
||||
return static_cast<int>(ev) == l.first();
|
||||
}
|
||||
|
||||
protected:
|
||||
//! \copydoc CValueObject::convertToQString
|
||||
virtual QString convertToQString(bool i18n = false) const override;
|
||||
|
||||
protected:
|
||||
//! \copydoc CValueObject::parseFromString
|
||||
virtual void parseFromString(const QString &indexes) override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user