Make sure QFont's resolve mask is copied on compilers with C++0x support
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>
Fri, 29 Apr 2011 08:07:12 +0000 (10:07 +0200)
committerEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>
Fri, 29 Apr 2011 08:12:27 +0000 (10:12 +0200)
commite99aa8b20c25812746c2e2ce55296d678724fa7a
tree69535fca44beb099951defba2bdbaba16cb37da6
parent8c90fb22c4032198870d5cc349dc8a09abcb0728
Make sure QFont's resolve mask is copied on compilers with C++0x support

The QFont consists of a d pointer and a resolve mask, and they should
both be copied in the assignment operator.

Task-number: QTBUG-18921
Done-by: Friedemann Kleint
(cherry picked from commit cb5e526c6023237c36aac3446a0a18288f39f3a9)
src/gui/text/qfont.h