mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-11 14:41:57 +00:00
CLayerModel: Make use of in-class initializers where applicable
This commit is contained in:
@@ -4,13 +4,10 @@
|
||||
|
||||
CLayerModel::CLayerModel(QObject *pParent)
|
||||
: QAbstractListModel(pParent)
|
||||
, mpArea(nullptr)
|
||||
{
|
||||
}
|
||||
|
||||
CLayerModel::~CLayerModel()
|
||||
{
|
||||
}
|
||||
CLayerModel::~CLayerModel() = default;
|
||||
|
||||
int CLayerModel::rowCount(const QModelIndex& /*parent*/) const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user