Skip to content

Commit

Permalink
Gramatical improvemenst as suggested by ahigerd on IRC.
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreSomers committed Aug 14, 2010
1 parent 69e1f05 commit 635f600
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/core/qxtslotmapper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
QxtSlotMapper is the counterpart of QSignalMapper. Where QSignalMapper maps
a parameterless signal into one that has a parameter based on the sender,
QxtSlotMapper maps a signal with a parameter to a specified slot and
receiver based on that parameters value. Different slots on potentially
different receivers can be invoked by the same signal with just different
value for their parameter.
receiver based on that parameter's value. Different slots on potentially
different receivers can be invoked by the same signal, according to that
parameter.
The parameter comparison is based on QVariant::operator==(). Thus, any
built-in Qt type supported by QVariant and QMetaType is supported.
Expand Down

0 comments on commit 635f600

Please sign in to comment.