-
Francois Cartegnie authored
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)
6f435e88