qt5.patch 774 B

1234567891011121314151617181920212223
  1. diff -Nuar a/src/qroundprogressbar.cpp b/src/qroundprogressbar.cpp
  2. --- a/src/qroundprogressbar.cpp 2018-03-10 14:17:40.000000000 +0300
  3. +++ b/src/qroundprogressbar.cpp 2021-02-01 11:19:45.693950956 +0300
  4. @@ -20,6 +20,7 @@
  5. #include "qroundprogressbar.h"
  6. #include <QtGui/QPainter>
  7. +#include <QPainterPath>
  8. QRoundProgressBar::QRoundProgressBar(QWidget *parent) :
  9. diff -Nuar a/src/qroundprogressbar.h b/src/qroundprogressbar.h
  10. --- a/src/qroundprogressbar.h 2018-03-10 14:17:40.000000000 +0300
  11. +++ b/src/qroundprogressbar.h 2021-02-01 11:18:48.379955092 +0300
  12. @@ -20,6 +20,7 @@
  13. #define QROUNDPROGRESSBAR_H
  14. #include <QWidget>
  15. +#include <QPainterPath>
  16. /**
  17. * @brief The QRoundProgressBar class represents a circular progress bar and maintains its API