11 lines
342 B
Diff
11 lines
342 B
Diff
--- ClamAV-GUI-0.4.2/src/qroundprogressbar.cpp.orig 2021-11-21 11:01:34.645583720 +0100
|
|
+++ ClamAV-GUI-0.4.2/src/qroundprogressbar.cpp 2021-11-21 11:01:58.686024412 +0100
|
|
@@ -20,6 +20,7 @@
|
|
#include "qroundprogressbar.h"
|
|
|
|
#include <QtGui/QPainter>
|
|
+#include <QPainterPath>
|
|
|
|
|
|
QRoundProgressBar::QRoundProgressBar(QWidget *parent) :
|