mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
Qt: Use proper signals
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user