Add "Get macro info" action
Some checks failed
debian-build / build (push) Has been cancelled
Check locale / ubuntu64 (push) Has been cancelled
Push to master / Check Formatting 🔍 (push) Has been cancelled
Push to master / Build Project 🧱 (push) Has been cancelled
Push to master / Create Release 🛫 (push) Has been cancelled

This commit is contained in:
WarmUpTill
2026-04-03 10:25:28 +02:00
committed by WarmUpTill
parent df42538319
commit acfc7d605b
5 changed files with 117 additions and 8 deletions

View File

@@ -52,6 +52,8 @@ void MacroActionMacro::RunActions(Macro *actionMacro) const {}
void MacroActionMacro::AdjustActionState(Macro *macro) const {}
void MacroActionMacro::SetupTempVars() {}
MacroActionMacroEdit::MacroActionMacroEdit(
QWidget *parent, std::shared_ptr<MacroActionMacro> entryData)
: ResizableWidget(parent),