Removed some TODOs

The comment is still there in case it's interesting for someone,
but it's not something that will be worked on
This commit is contained in:
Sergio Martins
2022-06-18 22:05:29 +01:00
parent 49b2a10cc6
commit ff92af1e62
5 changed files with 6 additions and 7 deletions

View File

@@ -111,7 +111,7 @@ int main(int argc, char *argv[])
// Access the main area we created in QML with DockingArea {}
auto mainArea = KDDockWidgets::DockRegistry::self()->mainDockingAreas().constFirst();
mainArea->addDockWidget(dw2->dockWidget(), KDDockWidgets::Location_OnTop); // TODOm3: Don't require the ctrl
mainArea->addDockWidget(dw2->dockWidget(), KDDockWidgets::Location_OnTop); // TODOm2: Don't require the ctrl
return app.exec();
}