diff options
author | Richard Moe Gustavsen <richard.gustavsen@nokia.com> | 2010-03-02 10:33:55 (GMT) |
---|---|---|
committer | Richard Moe Gustavsen <richard.gustavsen@nokia.com> | 2010-03-05 14:17:49 (GMT) |
commit | 0cb155516992d3bb917f72bdab9f28b9e65ff40d (patch) | |
tree | 3e4eb733e05a23bfb17a8ff4454e651d3f70ff32 /src/gui/itemviews/qitemselectionmodel.cpp | |
parent | f6c2f53e0c5485817b1f9895f69fa0ad75519977 (diff) | |
download | Qt-0cb155516992d3bb917f72bdab9f28b9e65ff40d.zip Qt-0cb155516992d3bb917f72bdab9f28b9e65ff40d.tar.gz Qt-0cb155516992d3bb917f72bdab9f28b9e65ff40d.tar.bz2 |
Mac: static getFont functions in QFontDialog does not work
This bug is visible if the static funtions are used before
calling qApp->exec().
The reason is that the static functions still use the old
code path, rather than the new one (that will end up creating
a QFontDialog and call exec on it). Just using the new style
will fix the problem.
Task-number: QTBUG-7371
Reviewed-by: cduclos
Diffstat (limited to 'src/gui/itemviews/qitemselectionmodel.cpp')
0 files changed, 0 insertions, 0 deletions