TODO cleanup

Removed stale TODOs and promoted some to TODOm2 , as they should
be tackled next
This commit is contained in:
Sergio Martins
2022-06-12 16:07:29 +01:00
parent 5a99c8390a
commit 55620a5d10
22 changed files with 25 additions and 51 deletions

View File

@@ -74,14 +74,14 @@ void Frame_qtwidgets::init()
void Frame_qtwidgets::free_impl()
{
// TODO: just use the base class impl, which uses deleteLater()
// TODOm2: just use the base class impl, which uses deleteLater()
// do it once there's no state here
delete this;
}
void Frame_qtwidgets::setLayoutItem(Layouting::Item *item)
{
// TODO: Remove from View, maybe
// TODOm2: Remove from View, maybe
m_controller->setLayoutItem(item);
}