Move some m2 TODOs to m3, as they're not related to QtQuick stabilization

This commit is contained in:
Sergio Martins
2022-06-13 02:46:31 +01:00
parent 3ab3076263
commit 2e4c01f604
3 changed files with 3 additions and 3 deletions

View File

@@ -74,7 +74,7 @@ void Frame_qtwidgets::init()
void Frame_qtwidgets::free_impl()
{
// TODOm2: just use the base class impl, which uses deleteLater()
// TODOm3: just use the base class impl, which uses deleteLater()
// do it once there's no state here
delete this;
}