40 lines
1 KiB
Diff
40 lines
1 KiB
Diff
--- dstyleplugin/painterhelper.cpp 2019-06-01 06:49:41.000000000 +0200
|
|
+++ - 2020-06-13 19:53:12.351525353 +0200
|
|
@@ -18,6 +18,7 @@
|
|
#include "painterhelper.h"
|
|
|
|
#include <QPainter>
|
|
+#include <QPainterPath>
|
|
#include <QDebug>
|
|
|
|
namespace dstyle {
|
|
--- dstyleplugin/tabwidgethelper.cpp 2019-06-01 06:49:41.000000000 +0200
|
|
+++ - 2020-06-13 19:55:48.688315440 +0200
|
|
@@ -20,6 +20,7 @@
|
|
#include "painterhelper.h"
|
|
|
|
#include <QPainter>
|
|
+#include <QPainterPath>
|
|
#include <QTabWidget>
|
|
#include <QDebug>
|
|
|
|
--- dstyleplugin/pushbuttonhelper.cpp 2019-06-01 06:49:41.000000000 +0200
|
|
+++ - 2020-06-13 19:59:30.207650141 +0200
|
|
@@ -29,6 +29,7 @@
|
|
#endif
|
|
|
|
#include <QDebug>
|
|
+#include <QPainterPath>
|
|
#include <QStyleOptionButton>
|
|
|
|
DWIDGET_USE_NAMESPACE
|
|
--- dstyleplugin/tabbarhelper.cpp 2019-06-01 06:49:41.000000000 +0200
|
|
+++ - 2020-06-13 19:59:51.345283503 +0200
|
|
@@ -33,6 +33,7 @@
|
|
#include <QStyleOptionTabBarBase>
|
|
#include <QStyleOptionToolButton>
|
|
#include <QPainter>
|
|
+#include <QPainterPath>
|
|
#include <QToolButton>
|
|
#include <QLinearGradient>
|
|
#include <QDebug>
|