diff options
Diffstat (limited to 'doc/html/signalsandslots.html')
-rw-r--r-- | doc/html/signalsandslots.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/signalsandslots.html b/doc/html/signalsandslots.html index 02a0d1566..a3f18f2a2 100644 --- a/doc/html/signalsandslots.html +++ b/doc/html/signalsandslots.html @@ -229,9 +229,9 @@ rest of the world. may connect signals to. This is intended for very tightly connected classes, where even subclasses aren't trusted to get the connections right. -<p> You can also define slots to be virtual, which we have found tquite +<p> You can also define slots to be virtual, which we have found quite useful in practice. -<p> The signals and slots mechanism is efficient, but not tquite as fast as +<p> The signals and slots mechanism is efficient, but not quite as fast as "real" callbacks. Signals and slots are slightly slower because of the increased flexibility they provide, although the difference for real applications is insignificant. In general, emitting a signal that is |