summaryrefslogtreecommitdiffstats
path: root/config.tests/qpa
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2016-05-30 12:31:48 -0300
committerThiago Macieira <thiago.macieira@intel.com>2016-06-03 22:14:49 +0000
commit2f01e04d8fef22f3e3401aeffdd5972ed9ebcace (patch)
treed81edb788133dedc99a598442243e9a76d61f02d /config.tests/qpa
parent3379ef2280befe6536cd7c2d1a9abba4bdc5f08c (diff)
QObject::connect: reduce generated code size for statics and functors
Instead of placing the assignment of false in the impl() function, move it to the inline QSlotObjectBase::compare() function. That means it's assigned in one place (two, actually, inside qobject.cpp), instead of for every static member, non-member or functor we connect or disconnect. Change-Id: I87e17314d8b24ae983b1fffd1453623ad4c4dcb2 Reviewed-by: Olivier Goffart (Woboq GmbH) <ogoffart@woboq.com> Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
Diffstat (limited to 'config.tests/qpa')
0 files changed, 0 insertions, 0 deletions