mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-11 07:18:08 +00:00
- Fixed compilation warning in Ishan's code
This commit is contained in:
parent
a56baf5b58
commit
8ab6aeafcc
@ -56,7 +56,7 @@ void RealProgressBar::setThread(const RealProgressBarThread *newThread)
|
|||||||
thread = newThread;
|
thread = newThread;
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
void RealProgressBar::paintEvent(QPaintEvent *event)
|
void RealProgressBar::paintEvent(QPaintEvent *)
|
||||||
{
|
{
|
||||||
QPainter painter(this);
|
QPainter painter(this);
|
||||||
painter.drawPixmap(rect(), pixmap);
|
painter.drawPixmap(rect(), pixmap);
|
||||||
|
Loading…
Reference in New Issue
Block a user