refactor: improve header imports and forward declarations

This commit is contained in:
talksik
2026-01-14 17:11:12 -08:00
parent 3780aa6b66
commit c4a85cf212
4 changed files with 5 additions and 2 deletions
+2
View File
@@ -3,6 +3,8 @@
//
#include "VerticalLabel.h"
#include <QPainter>
VerticalLabel::VerticalLabel(const QString &text, QWidget *parent) : QLabel(text, parent)
{