mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[escher] Rule of 5 in view
Change-Id: Iba04e9046845b544e184530562e34f831fce96f6
This commit is contained in:
@@ -134,7 +134,7 @@ void MathToolbox::ListController::setFirstSelectedRow(int firstSelectedRow) {
|
||||
|
||||
MathToolbox::MathToolbox() :
|
||||
Toolbox(nullptr, &m_listController),
|
||||
m_selectableTableView(SelectableTableView(&m_listController, this, 0, 1, 0, 0, 0, 0, this, nullptr, false)),
|
||||
m_selectableTableView(&m_listController, this, 0, 1, 0, 0, 0, 0, this, nullptr, false),
|
||||
m_listController(this, &m_selectableTableView),
|
||||
m_nodeModel(nullptr)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user