mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-09-11 00:36:35 -05:00
boxcat: Implement events global field
This commit is contained in:
@@ -19,11 +19,11 @@ public:
|
||||
explicit ConfigureService(QWidget* parent = nullptr);
|
||||
~ConfigureService() override;
|
||||
|
||||
void applyConfiguration();
|
||||
void retranslateUi();
|
||||
void ApplyConfiguration();
|
||||
void RetranslateUi();
|
||||
|
||||
private:
|
||||
void setConfiguration();
|
||||
void SetConfiguration();
|
||||
|
||||
std::pair<QString, QString> BCATDownloadEvents();
|
||||
void OnBCATImplChanged();
|
||||
|
Reference in New Issue
Block a user