MCPcopy Create free account
hub / github.com/KDAB/GammaRay / connectToSignal

Method connectToSignal

core/multisignalmapper.cpp:85–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83MultiSignalMapper::~MultiSignalMapper() = default;
84
85void MultiSignalMapper::connectToSignal(QObject *sender, const QMetaMethod &signal)
86{
87 QMetaObject::connect(sender, signal.methodIndex(), d,
88 QObject::metaObject()->methodCount() + signal.methodIndex(), Qt::AutoConnection | Qt::UniqueConnection,
89 nullptr);
90}

Callers 1

testMapperFunction · 0.45

Calls

no outgoing calls

Tested by 1

testMapperFunction · 0.36