mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-20 10:37:49 +00:00
qt: Silence name collision warnings
This commit is contained in:
parent
cf1d3d3e5f
commit
0d80feda2d
3 changed files with 15 additions and 15 deletions
|
@ -20,7 +20,7 @@
|
|||
<item>
|
||||
<layout class="QHBoxLayout">
|
||||
<item>
|
||||
<widget class="QLabel" name="label">
|
||||
<widget class="QLabel" name="label_1">
|
||||
<property name="text">
|
||||
<string>Output Engine:</string>
|
||||
</property>
|
||||
|
@ -44,7 +44,7 @@
|
|||
<item>
|
||||
<layout class="QHBoxLayout">
|
||||
<item>
|
||||
<widget class="QLabel" name="label">
|
||||
<widget class="QLabel" name="label_2">
|
||||
<property name="text">
|
||||
<string>Audio Device:</string>
|
||||
</property>
|
||||
|
@ -61,7 +61,7 @@
|
|||
<number>0</number>
|
||||
</property>
|
||||
<item>
|
||||
<widget class="QLabel" name="label">
|
||||
<widget class="QLabel" name="label_3">
|
||||
<property name="text">
|
||||
<string>Volume:</string>
|
||||
</property>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue