mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 23:17:21 -06:00
- Fixed compilation warning in Ishan's code
This commit is contained in:
@@ -56,7 +56,7 @@ void RealProgressBar::setThread(const RealProgressBarThread *newThread)
|
||||
thread = newThread;
|
||||
}
|
||||
*/
|
||||
void RealProgressBar::paintEvent(QPaintEvent *event)
|
||||
void RealProgressBar::paintEvent(QPaintEvent *)
|
||||
{
|
||||
QPainter painter(this);
|
||||
painter.drawPixmap(rect(), pixmap);
|
||||
|
||||
Reference in New Issue
Block a user