mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 04:25:35 +08:00
refs #405, removed outdated overridden container functions in lists
From/ToQVariant still needed and not removed
This commit is contained in:
@@ -43,13 +43,6 @@ namespace BlackMisc
|
||||
|
||||
//! Register metadata
|
||||
static void registerMetadata();
|
||||
|
||||
protected:
|
||||
//! Myself
|
||||
virtual const CClientList &container() const { return *this; }
|
||||
|
||||
//! Myself
|
||||
virtual CClientList &container() { return *this; }
|
||||
};
|
||||
|
||||
} //namespace
|
||||
|
||||
Reference in New Issue
Block a user