include QPainterPath for qt5.15

This commit is contained in:
jzxc95 2023-04-12 19:03:40 +08:00
parent e6db978bc0
commit c2c6a24d41
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)