Skip to content

Commit

Permalink
Merge branch 'ab_sync2' of https://github.com/darbyjohnston/tlRender
Browse files Browse the repository at this point in the history
…into ab_sync2
  • Loading branch information
darbyjohnston committed Mar 4, 2024
2 parents 896b850 + 9d2a3a6 commit 4bb8cd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/tlPlayQtApp/FilesTool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ namespace tl

connect(
p.aButtonGroup,
&QButtonGroup::buttonToggled,
QOverload<QAbstractButton*, bool>::of(&QButtonGroup::buttonToggled),
[this, app](QAbstractButton* button, bool value)
{
if (value)
Expand All @@ -113,7 +113,7 @@ namespace tl

connect(
p.bButtonGroup,
&QButtonGroup::buttonToggled,
QOverload<QAbstractButton*, bool>::of(&QButtonGroup::buttonToggled),
[this, app](QAbstractButton* button, bool value)
{
auto i = std::find(_p->bButtons.begin(), _p->bButtons.end(), button);
Expand Down

0 comments on commit 4bb8cd7

Please sign in to comment.