summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/sdl/debugqtbreakpointswindow.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/sdl/debugqtbreakpointswindow.c')
-rw-r--r--src/osd/sdl/debugqtbreakpointswindow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/sdl/debugqtbreakpointswindow.c b/src/osd/sdl/debugqtbreakpointswindow.c
index 82e8bd5dc4b..31000e26c51 100644
--- a/src/osd/sdl/debugqtbreakpointswindow.c
+++ b/src/osd/sdl/debugqtbreakpointswindow.c
@@ -112,7 +112,7 @@ void BreakpointsWindowQtConfig::applyToQWidget(QWidget* widget)
BreakpointsWindow* window = dynamic_cast<BreakpointsWindow*>(widget);
QActionGroup* typeGroup = window->findChild<QActionGroup*>("typegroup");
- typeGroup->actions()[m_bwType]->trigger();
+ typeGroup->actions()[m_bwType]->trigger();
}