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

This commit is contained in:
bunnei
2016-08-31 22:12:20 -04:00
parent e4d73e8b91
commit 07ffc5854e
6 changed files with 24 additions and 24 deletions
+2 -2
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>