SceneSwitcher/lib/variables
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
..
variable-line-edit.cpp Move variable files to to variables folder 2024-01-31 16:11:31 +01:00
variable-line-edit.hpp Move variable files to to variables folder 2024-01-31 16:11:31 +01:00
variable-number.hpp Add ResolveVariables() 2024-03-02 15:27:02 +01:00
variable-number.tpp Add ResolveVariables() 2024-03-02 15:27:02 +01:00
variable-spinbox.cpp Move variable files to to variables folder 2024-01-31 16:11:31 +01:00
variable-spinbox.hpp Move variable files to to variables folder 2024-01-31 16:11:31 +01:00
variable-string.cpp Add ResolveVariables() 2024-03-02 15:27:02 +01:00
variable-string.hpp Add ResolveVariables() 2024-03-02 15:27:02 +01:00
variable-tab.cpp Fix crash when adding resources to resources tab 2024-06-05 01:05:31 +02:00
variable-tab.hpp Rework variable tab to use tab helpers 2024-05-01 19:44:57 +02:00
variable-text-edit.cpp Move variable files to to variables folder 2024-01-31 16:11:31 +01:00
variable-text-edit.hpp Move variable files to to variables folder 2024-01-31 16:11:31 +01:00
variable.cpp Fix imported variables / actions not being added to respective tabs 2024-06-05 01:05:31 +02:00
variable.hpp Add change count to var tab tooltip 2024-03-10 13:48:57 +01:00