Skip to content
  • François Cartegnie's avatar
    Qt: Ensure event IDs are not reused. · 6f435e88
    François 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