создал менеджер донатов

- добавление
- удаление
- сохранение
This commit is contained in:
2026-02-22 09:18:00 +03:00
parent 05662be287
commit eb494ae8fa
10 changed files with 499 additions and 11 deletions
+5
View File
@@ -1,6 +1,7 @@
#ifndef UDATABASE_H
#define UDATABASE_H
#include "donationmanager.h"
#include "qlistwidget.h"
#include <QObject>
#include <QString>
@@ -137,6 +138,10 @@ public:
QList<ActionData> loadAllActions();
bool clearActionsTable();
bool createDonationTriggersTable();
int saveDonationTrigger(const DonationTrigger &trigger);
bool deleteDonationTrigger(int id);
QList<DonationTrigger> loadAllDonationTriggers();
private: