Fix busy indicator in hdpi

This commit is contained in:
Luis Ángel San Martín
2023-08-26 20:39:56 +02:00
parent dea3d0a3f7
commit c5800d98b2
3 changed files with 2 additions and 10 deletions

View File

@ -9,7 +9,6 @@ class YACReaderBusyWidget : public QWidget
Q_OBJECT
public:
explicit YACReaderBusyWidget(QWidget *parent = 0);
void paintEvent(QPaintEvent *);
};
class BusyIndicator : public QWidget