Добавил привязку действий к событиям
за баллы канала и за донаты можено можно выполнять списки действий, за каждое событие свой набор
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user