refactor: improve header imports and forward declarations
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
//
|
||||
|
||||
#include "VerticalLabel.h"
|
||||
#include <QPainter>
|
||||
|
||||
VerticalLabel::VerticalLabel(const QString &text, QWidget *parent) : QLabel(text, parent)
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user