qt6-bb10/tests/auto/corelib/kernel/qobject
Olivier Goffart e59b28e08e QObject: fix connection to function pointer with non-copyable references argument
For example, QObject is non copyable (its copy constructor is deleted or
private via Q_DISABLE_COPY). It should still be allowed to pass a reference
to a QObject as an argument to as signal (or slot).
This fixes a compilation failure.

Task-number: QTBUG-36119
Change-Id: I9bcf477e347d69fdae2543c99781b6421883be78
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2014-01-17 11:25:31 +01:00
..
signalbug tests: Make the QT assignments more explicit 2013-08-21 19:05:52 +02:00
test
.gitignore
qobject.pro
tst_qobject.cpp QObject: fix connection to function pointer with non-copyable references argument 2014-01-17 11:25:31 +01:00