mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-08 00:22:31 -06:00
Migrate away from deprecated function
`QStyle::standardPixmap()` is deprecated. PR #19660.
This commit is contained in:
@@ -38,7 +38,7 @@ namespace BitTorrent
|
||||
struct SessionStatus;
|
||||
}
|
||||
|
||||
class StatusBar : public QStatusBar
|
||||
class StatusBar final : public QStatusBar
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_DISABLE_COPY_MOVE(StatusBar)
|
||||
|
||||
Reference in New Issue
Block a user