qt: Rename all "toogle" to "toggle".

This commit is contained in:
bunnei 2016-08-31 22:12:20 -04:00
parent 74842116b2
commit a71013cf16
6 changed files with 24 additions and 24 deletions

View file

@ -25,7 +25,7 @@
<item>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<widget class="QCheckBox" name="toogle_gdbstub">
<widget class="QCheckBox" name="toggle_gdbstub">
<property name="text">
<string>Enable GDB Stub</string>
</property>
@ -83,7 +83,7 @@
<resources/>
<connections>
<connection>
<sender>toogle_gdbstub</sender>
<sender>toggle_gdbstub</sender>
<signal>toggled(bool)</signal>
<receiver>gdbport_spinbox</receiver>
<slot>setEnabled(bool)</slot>