diff options
author | Zach Hilman <DarkLordZach@users.noreply.github.com> | 2019-06-05 15:27:12 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-05 15:27:12 -0400 |
commit | 433ca686a8307bddca8b828dbaf1c7e37513cde0 (patch) | |
tree | a72453b6612454fc743cb45fb7f21cd5b556a5de /src/yuzu/configuration/configure_debug.ui | |
parent | 6ce5f3e1bf9c32d8a9258e10c7953380aacdda4e (diff) | |
parent | 3f11d1c821ac52341425e15e37c7e95c32c47a82 (diff) |
Merge pull request #2531 from ReinUsesLisp/qt-warnings
qt: Silence name collision warnings
Diffstat (limited to 'src/yuzu/configuration/configure_debug.ui')
-rw-r--r-- | src/yuzu/configuration/configure_debug.ui | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/yuzu/configuration/configure_debug.ui b/src/yuzu/configuration/configure_debug.ui index 758a92335..5ca9ce0e6 100644 --- a/src/yuzu/configuration/configure_debug.ui +++ b/src/yuzu/configuration/configure_debug.ui @@ -45,7 +45,7 @@ </spacer> </item> <item> - <widget class="QLabel" name="label_2"> + <widget class="QLabel" name="label_1"> <property name="text"> <string>Port:</string> </property> @@ -70,11 +70,11 @@ <property name="title"> <string>Logging</string> </property> - <layout class="QVBoxLayout" name="verticalLayout"> + <layout class="QVBoxLayout" name="verticalLayout_4"> <item> - <layout class="QHBoxLayout" name="horizontalLayout"> + <layout class="QHBoxLayout" name="horizontalLayout_2"> <item> - <widget class="QLabel" name="label"> + <widget class="QLabel" name="label_2"> <property name="text"> <string>Global Log Filter</string> </property> @@ -86,7 +86,7 @@ </layout> </item> <item> - <layout class="QHBoxLayout" name="horizontalLayout_2"> + <layout class="QHBoxLayout" name="horizontalLayout_3"> <item> <widget class="QCheckBox" name="toggle_console"> <property name="text"> @@ -111,11 +111,11 @@ <property name="title"> <string>Homebrew</string> </property> - <layout class="QVBoxLayout" name="verticalLayout"> + <layout class="QVBoxLayout" name="verticalLayout_5"> <item> - <layout class="QHBoxLayout" name="horizontalLayout"> + <layout class="QHBoxLayout" name="horizontalLayout_4"> <item> - <widget class="QLabel" name="label"> + <widget class="QLabel" name="label_3"> <property name="text"> <string>Arguments String</string> </property> @@ -134,7 +134,7 @@ <property name="title"> <string>Dump</string> </property> - <layout class="QVBoxLayout" name="verticalLayout_4"> + <layout class="QVBoxLayout" name="verticalLayout_6"> <item> <widget class="QCheckBox" name="dump_decompressed_nso"> <property name="whatsThis"> |