Go to the source code of this file.
|
template<typename T , typename U , typename F , typename G > |
QMetaObject::Connection | swift::misc::connectOnce (T *sender, F signal, U *receiver, G &&slot, Qt::ConnectionType type=Qt::AutoConnection) |
| Wrapper around QObject::connect which disconnects after the signal has been emitted once.
|
|
template<typename T , typename F , typename G > |
QMetaObject::Connection | swift::misc::connectOnce (T *sender, F signal, G &&slot) |
| Wrapper around QObject::connect which disconnects after the signal has been emitted once. More...
|
|