docs(c++): signal architecture — fastsignals vs Qt signals #137
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Document the dual signal system: fastsignals library for fast C++ signal/slot without Qt overhead (used by OriginManager and FileOrigin), Qt signals for GUI components (QActionGroup::triggered), scoped_connection patterns for automatic disconnection, and guidelines on when to use each system.