mirror of
https://github.com/YACReader/yacreader
synced 2026-04-12 15:49:53 -04:00
Include sanitation
This commit is contained in:
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user