Centralized signal connection registry for preventing memory leaks. Tracks all signal connections and provides bulk cleanup.
Disconnect all signals for a specific object
Disconnect all tracked signals (app shutdown)
Get count of tracked connections (for debugging)
Register a signal connection for tracking
Centralized signal connection registry for preventing memory leaks. Tracks all signal connections and provides bulk cleanup.