refs #405, removed outdated overridden container functions in lists

From/ToQVariant still needed and not removed
This commit is contained in:
Klaus Basan
2015-04-17 02:04:38 +02:00
parent 72aa072f30
commit ccc01c6824
6 changed files with 1 additions and 36 deletions

View File

@@ -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