fix: Chagne progress widget icon (#259)

fix: add manual icon
This commit is contained in:
Petr Mironychev
2025-11-17 15:19:25 +01:00
committed by GitHub
parent 06bd7db7ea
commit 296a0ff7b8
2 changed files with 37 additions and 35 deletions

View File

@ -53,7 +53,6 @@ private:
QColor m_textColor;
QColor m_backgroundColor;
QPixmap m_logoPixmap;
QPixmap m_closePixmap;
bool m_isHovered;
std::function<void()> m_cancelCallback;
};