Skip to content
Commit b3b61aaf authored by Daniel Vrátil's avatar Daniel Vrátil 🤖
Browse files

Monitor: use (dis)connectNotify to track listeners

Use QObject::(dis)connectNotify() events to track which of Monitor's
signals have someone connected to them. This should be more efficient
than using QObject::receivers() since it only costs us a single hash
table lookup and we can use pointer-to-member-function to refer to the
signals instead of the old-style SIGNAL() syntax.
parent 3ed3c591
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