mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-30 07:32:17 -04:00
getting rid of not needed abstract class
This commit is contained in:
parent
873cfcf447
commit
256b075914
@ -130,12 +130,6 @@ namespace CSMWorld
|
|||||||
throw std::logic_error ("Column " + getTitle() + " is not editable");
|
throw std::logic_error ("Column " + getTitle() + " is not editable");
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
template<typename ESXRecordT>
|
|
||||||
struct NestedColumn
|
|
||||||
{
|
|
||||||
virtual QVariant getNested(const Record<ESXRecordT>& record, int subColumn, int subSow) const = 0;
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user