mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
refs #314, new propertyBy methods (nested indexes)
This commit is contained in:
@@ -39,7 +39,6 @@ namespace BlackMisc
|
||||
CTestValueObject(const QString &name, const QString &description)
|
||||
: m_name(name), m_description(description) {}
|
||||
|
||||
|
||||
//! Get name
|
||||
const QString &getName() const { return m_name; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user