Adjust to new Item, ItemSelection, and ItemSettingsDialog classes

This commit is contained in:
WarmUpTill
2022-09-08 21:22:21 +02:00
committed by WarmUpTill
parent c95fb6c2ea
commit 1dea2e5f5d
5 changed files with 48 additions and 298 deletions

View File

@@ -139,7 +139,7 @@ struct SwitcherData {
Curlhelper curl;
std::deque<Connection> connections;
std::deque<std::shared_ptr<Item>> connections;
std::vector<std::string> websocketMessages;
std::deque<std::shared_ptr<Item>> variables;