mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
Qt: Use proper signals
This commit is contained in:
parent
79533ef789
commit
6c09ce3d95
5 changed files with 22 additions and 22 deletions
|
@ -112,9 +112,6 @@ void AudioPane::CreateWidgets()
|
|||
|
||||
m_main_layout = new QGridLayout;
|
||||
|
||||
m_main_layout->setRowStretch(0, 0);
|
||||
m_main_layout->setRowStretch(0, 0);
|
||||
|
||||
m_main_layout->setRowStretch(0, 0);
|
||||
|
||||
dsp_box->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Fixed);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue