qt5base-lts/tests/auto/corelib/kernel/qobject
Olivier Goffart 16d1ddfc42 moc: Support signals that return movable-only type
By adding std::move where it makes sense.
This is not only good for move-only types, but for any type which
can be moved as it saves copies of the return value in any case.

[ChangeLog][moc] Move-only types are now supported as return types
of signals and slots.

Change-Id: Idc9453af993e7574a6bddd4a87210eddd3da48a9
Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
2017-03-13 11:03:47 +00:00
..
signalbug QtCore: Remove Windows CE. 2016-03-30 11:22:47 +00:00
test Adapt to the C++ SIC introduced by P0021: noexcept overloading 2017-01-14 03:24:30 +00:00
.gitignore QObject-test: Reorganize subprocess. 2011-12-14 07:07:09 +01:00
BLACKLIST Blacklist and skip various tests that are flakey 2015-06-14 10:50:45 +00:00
qobject.pro Fix compilation for WinRT 2015-12-14 08:43:15 +00:00
tst_qobject.cpp moc: Support signals that return movable-only type 2017-03-13 11:03:47 +00:00