Qt: Ensure event IDs are not reused.
Qt ensures event IDs are never reused by providing a way to register them dynamically. We have code that allocate event IDs statically and we need to check/register those then to ensure proper offset for dynamic ones. (we could just register them too, but this wouldn't allow switch/case through values)
Showing
Please register or sign in to comment