Include sanitation

This commit is contained in:
luisangelsm
2026-03-13 11:06:25 +01:00
parent 221ce60760
commit f0943995c6
112 changed files with 252 additions and 179 deletions

View File

@ -1,6 +1,13 @@
#include "notifications_label_widget.h"
#include <QtWidgets>
#include <QAbstractAnimation>
#include <QEasingCurve>
#include <QGraphicsOpacityEffect>
#include <QLabel>
#include <QPainter>
#include <QPainterPath>
#include <QPropertyAnimation>
#include <QVBoxLayout>
NotificationsLabelWidget::NotificationsLabelWidget(QWidget *parent)
: QWidget(parent)