Browse Source

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.
Ryan Foster 3 years ago
parent
commit
436643c3b9
1 changed files with 0 additions and 1 deletions
  1. 0 1
      UI/forms/OBSBasicSettings.ui

+ 0 - 1
UI/forms/OBSBasicSettings.ui

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