!35 #include <QPainterPath>

Merge pull request !35 from zhaoshixu/0412-paint
This commit is contained in:
zhaoshixu 2023-04-12 11:04:02 +00:00 committed by Gitee
commit a3554ddcf0
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 2 additions and 1 deletions

View File

@ -19,6 +19,7 @@
*/
#include "vpnitem.h"
#include <QPainter>
#include <QPainterPath>
#define FRAME_SPEED 150
#define LIMIT_TIME 60*1000
#define TOTAL_PAGE 8

View File

@ -23,7 +23,7 @@
#include <QLabel>
#include <QApplication>
#include <QDBusReply>
#include <QPainterPath>
#include <KWindowEffects>
SinglePage::SinglePage(QWidget *parent) : QWidget(parent)