UI/Qt: Add a couple of missing includes

These are currently being transitively included. This will no longer be
the case in a future patch.
This commit is contained in:
Timothy Flynn 2025-03-30 15:04:14 -04:00 committed by Tim Flynn
commit a87c264088
Notes: github-actions[bot] 2025-04-02 12:53:49 +00:00
3 changed files with 2 additions and 1 deletions

View file

@ -18,6 +18,7 @@
#include <QLineEdit>
#include <QMainWindow>
#include <QMenuBar>
#include <QTabBar>
#include <QTabWidget>
#include <QToolBar>