mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
Qt: Fix add button not releasing
This commit is contained in:
parent
e575fa92d7
commit
cd5f42cee0
4 changed files with 4 additions and 4 deletions
|
@ -162,7 +162,7 @@ void FIFOPlayerWindow::CreateWidgets()
|
|||
|
||||
void FIFOPlayerWindow::ConnectWidgets()
|
||||
{
|
||||
connect(m_load, &QPushButton::pressed, this, &FIFOPlayerWindow::LoadRecording);
|
||||
connect(m_load, &QPushButton::clicked, this, &FIFOPlayerWindow::LoadRecording);
|
||||
connect(m_save, &QPushButton::pressed, this, &FIFOPlayerWindow::SaveRecording);
|
||||
connect(m_record, &QPushButton::pressed, this, &FIFOPlayerWindow::StartRecording);
|
||||
connect(m_stop, &QPushButton::pressed, this, &FIFOPlayerWindow::StopRecording);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue