Adjust to section widget rework

This commit is contained in:
WarmUpTill
2021-05-27 21:00:17 +02:00
committed by WarmUpTill
parent bf03edd391
commit 86d4e59dc2
4 changed files with 13 additions and 30 deletions

View File

@@ -40,8 +40,7 @@ public:
std::shared_ptr<MacroAction> * = nullptr,
const std::string &id = "scene_switch",
bool startCollapsed = false);
void UpdateEntryData(const std::string &id);
void Collapse(bool collapsed);
void UpdateEntryData(const std::string &id, bool collapse);
private slots:
void ActionSelectionChanged(const QString &text);

View File

@@ -41,8 +41,7 @@ public:
const std::string &id = "scene", bool root = true,
bool startCollapsed = false);
bool IsRootNode();
void UpdateEntryData(const std::string &id);
void Collapse(bool collapsed);
void UpdateEntryData(const std::string &id, bool collapse);
private slots:
void LogicSelectionChanged(int idx);