Doc: Omit default argument in describing a function call
QKeySequence::PortableText is the default value for argument passed to QKeySequence::toString(), and it doesn't need to be mentioned specifically in description for Qt::AA_MacDontSwapCtrlAndMeta enum value. Dropping the parameter shortens the text string, allows browser to better wrap the table text, and gets rid of the automatic horizontal scrollbar in online style. This improves readability for the entire table. Change-Id: I7051f5415a7a100b8c76f23b06b6cb9a2b0699ef Reviewed-by: Martin Smith <martin.smith@theqtcompany.com>
This commit is contained in:
parent
6c0f89b927
commit
10379e48f1
@ -137,7 +137,7 @@
|
||||
attribute is true, Qt will not do the flip. \l QKeySequence::StandardKey
|
||||
will also flip accordingly (i.e., QKeySequence::Copy will be
|
||||
Command+C on the keyboard regardless of the value set, though what is output for
|
||||
QKeySequence::toString(QKeySequence::PortableText) will be different).
|
||||
QKeySequence::toString() will be different).
|
||||
|
||||
\value AA_Use96Dpi Assume the screen has a resolution of 96 DPI rather
|
||||
than using the OS-provided resolution. This will cause font rendering
|
||||
|
Loading…
Reference in New Issue
Block a user