mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 05:26:45 +08:00
refs #413 Access control of convertToQString changed from protected to public.
This commit is contained in:
@@ -84,11 +84,11 @@ namespace BlackMisc
|
||||
//! \todo Here to avoid name hiding in PQ classes. Fix during policy refactoring.
|
||||
virtual void parseFromString(const QString &) { qFatal("Not implemented"); }
|
||||
|
||||
protected:
|
||||
//! String for QString conversion
|
||||
//! \todo Here because pure virtual. Move to CValueObject when all dynamic polymorphism is removed.
|
||||
virtual QString convertToQString(bool i18n = false) const = 0;
|
||||
|
||||
protected:
|
||||
//! Protected default constructor
|
||||
CEmpty() = default;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user