mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 12:15:45 +00:00
boxcat: Implement events global field
This commit is contained in:
parent
098f7e89fd
commit
361dcf2d3a
7 changed files with 44 additions and 31 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue