feat: improve grammar

This commit is contained in:
Barrett Ruth 2025-05-31 23:43:45 -05:00
parent 8a7a88821b
commit 34b18d3bb6

View file

@ -121,7 +121,7 @@ void MainWindow::receiveAutonomy(
} }
``` ```
Elegantly, registering a signal/slot with `Qt::QueuedConnection` does *all of the hard work*: Elegantly, registering a signal/slot with `Qt::QueuedConnection` does all of the hard work:
- Queueing messages in the target thread's loop - Queueing messages in the target thread's loop
- Actual slot execution happens in the GUI thread - Actual slot execution happens in the GUI thread