mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-10 01:59:02 +00:00
Qt: Use proper signals
This commit is contained in:
parent
79533ef789
commit
6c09ce3d95
5 changed files with 22 additions and 22 deletions
|
@ -21,10 +21,11 @@
|
|||
AdvancedPane::AdvancedPane(QWidget* parent) : QWidget(parent)
|
||||
{
|
||||
CreateLayout();
|
||||
Update();
|
||||
|
||||
ConnectLayout();
|
||||
|
||||
connect(&Settings::Instance(), &Settings::EmulationStateChanged, this, &AdvancedPane::Update);
|
||||
Update();
|
||||
}
|
||||
|
||||
void AdvancedPane::CreateLayout()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue