// // MetaTable(const MetaTable &) // // Copy constructor // MetaTable::MetaTable(const MetaTable &other) : Super(other) { pImpl = new MetaTablePimpl(); copyTableFrom(&other); }
// // MetaTable(const MetaTable &) // // Copy constructor // MetaTable::MetaTable(const MetaTable &other) : MetaObject(other) { pImpl = new metaTablePimpl(); copyTableFrom(&other); }