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:
Ryan Foster 2022-12-05 16:43:34 -05:00 committed by Jim
parent 4ba6b8b6ee
commit 436643c3b9

View file

@ -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>