Skip to content

Commit

Permalink
UI: Connect replay buffer stopping to signal instead of slot
Browse files Browse the repository at this point in the history
  • Loading branch information
gxalpha authored and RytoEX committed Jun 9, 2024
1 parent 0680b64 commit 14fa71f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UI/basic-controls.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ OBSBasicControls::OBSBasicControls(OBSBasic *main)

connect(main, &OBSBasic::ReplayBufStarted, this,
&OBSBasicControls::ReplayBufferStarted);
connect(main, &OBSBasic::ReplayBufferStopping, this,
connect(main, &OBSBasic::ReplayBufStopping, this,
&OBSBasicControls::ReplayBufferStopping);
connect(main, &OBSBasic::ReplayBufStopped, this,
&OBSBasicControls::ReplayBufferStopped);
Expand Down

0 comments on commit 14fa71f

Please sign in to comment.