Добавил привязку действий к событиям
за баллы канала и за донаты можено можно выполнять списки действий, за каждое событие свой набор
This commit is contained in:
+9
-2
@@ -387,6 +387,12 @@ private slots:
|
||||
void on_sgDotateTriggers_cellDoubleClicked(int row, int column);
|
||||
void updateDonationTriggersTable();
|
||||
|
||||
void on_cbDonateList_currentIndexChanged(int index);
|
||||
|
||||
void on_btnLinksAdd_clicked();
|
||||
|
||||
void on_btnLinksDel_clicked();
|
||||
|
||||
public slots:
|
||||
// Установка статуса подключения к Twitch
|
||||
void setTwitchConnected(bool connected);
|
||||
@@ -530,8 +536,9 @@ private:
|
||||
void sendChatResponse(const QString &response);
|
||||
|
||||
QString cleanMessageFromAllEmotes(const QString& message) const;
|
||||
|
||||
|
||||
void updateDonateList();
|
||||
void updateActionsList();
|
||||
void updateLinksList();
|
||||
};
|
||||
|
||||
#endif // UGENERAL_H
|
||||
|
||||
Reference in New Issue
Block a user