mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-01-25 14:48:24 -05:00
UI: Fix Qt AutoUic warning
Currently, Qt's User Interface Compiler (UIC) emits a warning about the tabstop assignment for horizontalLayout_sdrPaperWhite, which is a QLayout rather than a QWidget. Remove the tabstop assignment to fix the warning.
This commit is contained in:
@@ -7664,7 +7664,6 @@
|
||||
<tabstop>colorSpace</tabstop>
|
||||
<tabstop>colorRange</tabstop>
|
||||
<tabstop>sdrWhiteLevel</tabstop>
|
||||
<tabstop>horizontalLayout_sdrPaperWhite</tabstop>
|
||||
<tabstop>hdrNominalPeakLevel</tabstop>
|
||||
<tabstop>disableOSXVSync</tabstop>
|
||||
<tabstop>resetOSXVSync</tabstop>
|
||||
|
||||
Reference in New Issue
Block a user