diff options
author | Olivier Goffart <ogoffart@trolltech.com> | 2010-01-11 13:49:39 (GMT) |
---|---|---|
committer | Jesper Thomschutz <jesper.thomschutz@nokia.com> | 2010-01-13 13:32:49 (GMT) |
commit | 0ec72635452e743796b5ff3c91bc66faa7d7f90a (patch) | |
tree | 314845dade20f5fb23f358a95ebc32253fb626ab /doc/src/snippets/code/src_gui_kernel_qkeysequence.cpp | |
parent | 8ea10d62722a16282b03cdea6918d811501a7812 (diff) | |
download | Qt-0ec72635452e743796b5ff3c91bc66faa7d7f90a.zip Qt-0ec72635452e743796b5ff3c91bc66faa7d7f90a.tar.gz Qt-0ec72635452e743796b5ff3c91bc66faa7d7f90a.tar.bz2 |
Fixes warning in the QMacStyle
Warning such as
QFont::setPointSizeF: Point size <= 0 (-1.000000), must be greater than 0
because the font size might be specified in pixel, and pointSizeF
returns -1 if the font size is in pixel (as documented)
Reviewed-by: jbache
Task-number: QTBUG-7263
(cherry picked from commit a34d372b45d75a32dcc300dbb7f8151e15df4294)
Diffstat (limited to 'doc/src/snippets/code/src_gui_kernel_qkeysequence.cpp')
0 files changed, 0 insertions, 0 deletions