Commit 6f7bb92e authored by Kent Hansen's avatar Kent Hansen Committed by Qt by Nokia
Browse files

Avoid string-based lookup in IS_SIGNAL_CONNECTED


Specify the signal as a member function suitable for passing to
QMetaMethod::fromSignal(), and use the new function
QMetaObjectPrivate::signalIndex(QMetaMethod) to get the index in the
signal range.

Change-Id: If16daa24c2699f7749a17decb611cf395d89d0c4
Reviewed-by: default avatarAaron Kennedy <aaron.kennedy@nokia.com>
parent a597b4c1
Showing with 23 additions and 23 deletions
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment