mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 07:27:22 -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;
|
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);
|
||||||
|
|||||||
Reference in New Issue
Block a user