Добавил привязку действий к событиям

за баллы канала и за донаты можено можно выполнять списки действий, за каждое событие свой набор
This commit is contained in:
2026-02-22 10:20:04 +03:00
parent eb494ae8fa
commit 5094834ea1
7 changed files with 371 additions and 5 deletions
+2
View File
@@ -15,6 +15,8 @@ public:
bool deleteAction(int id);
QList<ActionData> getAllActions() const;
bool loadFromDatabase();
ActionData getAction(int id) const;
signals:
void actionAdded(const ActionData &action);