summaryrefslogtreecommitdiffstats
path: root/header.BSD
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-05-31 19:40:03 +0000
commit2e4191eadce4cfe944afd0baf37f06bbcb65c5f4 (patch)
tree980148a888c6335ab3c08e8effd09b83fbed8668 /header.BSD
parent08f0253c4afc352aadf8b138c04d6c55e4e91167 (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>
Diffstat (limited to 'header.BSD')
0 files changed, 0 insertions, 0 deletions