summaryrefslogtreecommitdiffstats
path: root/src/plugins
diff options
context:
space:
mode:
authorOlivier Goffart <ogoffart@woboq.com>2016-04-12 16:05:10 +0200
committerShawn Rutledge <shawn.rutledge@theqtcompany.com>2016-04-13 09:35:13 +0000
commitdbe9a8c9696428529cacb9dd4e004db99914b56e (patch)
tree08cf5d401da1bd3ea23027383bc88793513c836a /src/plugins
parent3b98467ebe0e447d8343457310827e18706e9550 (diff)
Don't copy the functor object for each signal emission
The behavior was different in the variadic template code and in the C++98 code. The code without variadic template support was not copying the functor object (e.g. a lambda) before calling it. However, in the variadic template section, QtPrivate::FunctorCall::call took the functor by value instead of by reference resulting in a copy. QtPrivate::FunctorCall::call is a helper function for QtPrivate::FunctionPointer::call which is only needed for variadic template expension. [ChangeLog][QtCore][QObject] If the compiler supports variadic templates, no longer copy functor connected to a signal each time the signal is emitted. Restoring the C++98 behavior. Task-number: QTBUG-52542 Change-Id: I3ca20ef6910893b8a288e70af7de4c7b69502173 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/plugins')
0 files changed, 0 insertions, 0 deletions