feat: improve grammar
This commit is contained in:
parent
8a7a88821b
commit
34b18d3bb6
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
- Actual slot execution happens in the GUI thread
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue