SceneSwitcher/plugins
WarmUpTill b7516cac5b Fix crash when adding resources to resources tab
A crash could occur if the plugin window was closed and reopened and a
new resource was added to either the Variable, Action queue, Websocket,
or Twitch tab.

No context object was provided to the signal handlers.
The signal provider is intentionally not deleted when the UI is closed.
Because of this, the signal connections were never cleared when the
underlying tab widget was destroyed.
So, in the case of closing and reopening the settings window, the old
connection with the outdated widget pointers would be called again.
2024-06-05 01:05:31 +02:00
..
base Fix crash when adding resources to resources tab 2024-06-05 01:05:31 +02:00
midi Fix crash when access to midi devices is denied 2024-05-10 15:11:20 +02:00
openvr Split utility headers 2024-01-27 14:10:34 +01:00
twitch Fix crash when adding resources to resources tab 2024-06-05 01:05:31 +02:00
video Formatting changes 2024-03-12 21:56:25 +01:00
CMakeLists.txt Restructure library and plugins 2024-01-27 14:10:34 +01:00