include QPainterPath for qt5.15
This commit is contained in:
parent
e6db978bc0
commit
c2c6a24d41
|
@ -19,6 +19,7 @@
|
|||
*/
|
||||
#include "vpnitem.h"
|
||||
#include <QPainter>
|
||||
#include <QPainterPath>
|
||||
#define FRAME_SPEED 150
|
||||
#define LIMIT_TIME 60*1000
|
||||
#define TOTAL_PAGE 8
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
#include <QLabel>
|
||||
#include <QApplication>
|
||||
#include <QDBusReply>
|
||||
|
||||
#include <QPainterPath>
|
||||
#include <KWindowEffects>
|
||||
|
||||
SinglePage::SinglePage(QWidget *parent) : QWidget(parent)
|
||||
|
|
Loading…
Reference in New Issue