mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 21:03:30 -07:00
Update src/gui/progressbarpainter.h
Co-authored-by: Vladimir Golovnev <glassez@yandex.ru>
This commit is contained in:
parent
37021fd61b
commit
9fc3d82ca8
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ class ProgressBarPainter : public QObject
|
|||
public:
|
||||
explicit ProgressBarPainter(QObject *parent = nullptr);
|
||||
|
||||
void paint(QPainter *painter, const QStyleOptionViewItem &option, const QString &text, int progress, QColor color = nullptr) const;
|
||||
void paint(QPainter *painter, const QStyleOptionViewItem &option, const QString &text, int progress, const QColor &color = {}) const;
|
||||
|
||||
private:
|
||||
void applyUITheme();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue