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