qt5base-lts/src/gui
Marc Mutz fa36d81bbc QPalette: add member-swap
Implemented as in other shared classes (e.g. QPen), except that
I wrapped the bitfield in a union to speed up swapping.
(GCC didn't manage to optimize (hand-rolled) swaps of adjacent
bit field elements into an integer one, even at -O2).
GCC -pedantic complains about anonymous structs, so I had to
give the struct in the union a name.

Change-Id: I519e1c2f88f6ae2dffed38b493991189d67073b8
Reviewed-by: Girish Ramakrishnan <girish.1.ramakrishnan@nokia.com>
Reviewed-by: Gunnar Sletta <gunnar.sletta@nokia.com>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2012-07-06 16:08:02 +02:00
..
accessible Remove _qpa from cpp filenames 2012-07-03 08:11:54 +02:00
animation Move variant animation interpolators from QtWidgets to QtGui 2012-03-13 06:08:51 +01:00
doc Get started with patching up the Qt GUI docs 2012-06-28 06:21:46 +02:00
image QtGui: replace some copies with swaps 2012-07-06 16:08:02 +02:00
itemmodels Move QStandardItem/QStandardItemModel to QtGui 2012-06-29 22:42:19 +02:00
kernel QPalette: add member-swap 2012-07-06 16:08:02 +02:00
math3d Move the QDataStream operator<< for QPair to qdatastream.h 2012-06-28 06:21:53 +02:00
opengl Fix division by zero in triangulating stroker. 2012-07-06 13:58:34 +02:00
painting Remove _qpa from cpp filenames 2012-07-03 08:11:54 +02:00
text Remove platform specific DirectWrite font engine from QtGui 2012-07-03 14:40:01 +02:00
util Get started with patching up the Qt GUI docs 2012-06-28 06:21:46 +02:00
gui.pro Remove platform specific DirectWrite font engine from QtGui 2012-07-03 14:40:01 +02:00