mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-30 05:06:14 -05:00
Adjust to new Item, ItemSelection, and ItemSettingsDialog classes
This commit is contained in:
@@ -17,7 +17,10 @@ void ClearWebsocketMessages()
|
||||
{
|
||||
switcher->websocketMessages.clear();
|
||||
for (auto &connection : switcher->connections) {
|
||||
connection.Events().clear();
|
||||
Connection *c = dynamic_cast<Connection *>(connection.get());
|
||||
if (c) {
|
||||
c->Events().clear();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user