mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-18 03:15:34 +08:00
refs #413 Access control of convertToQString changed from protected to public.
This commit is contained in:
@@ -31,7 +31,7 @@ namespace BlackMisc
|
||||
//! Latitude
|
||||
class BLACKMISC_EXPORT CLatitude : public CValueObject<CLatitude, CEarthAngle<CLatitude>>
|
||||
{
|
||||
protected:
|
||||
public:
|
||||
//! \copydoc CValueObject::convertToQString
|
||||
virtual QString convertToQString(bool i18n = false) const
|
||||
{
|
||||
@@ -43,7 +43,6 @@ namespace BlackMisc
|
||||
return s;
|
||||
}
|
||||
|
||||
public:
|
||||
//! Default constructor
|
||||
CLatitude() = default;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user