mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 21:30:05 +00:00
Radar Product Model population
This commit is contained in:
parent
4c4c93cad1
commit
efc6dc1413
5 changed files with 120 additions and 21 deletions
|
|
@ -17,7 +17,7 @@ public:
|
|||
};
|
||||
|
||||
TreeModel::TreeModel(QObject* parent) :
|
||||
QAbstractTableModel(parent), p(std::make_unique<TreeModelImpl>())
|
||||
QAbstractItemModel(parent), p(std::make_unique<TreeModelImpl>())
|
||||
{
|
||||
}
|
||||
TreeModel::~TreeModel() = default;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue