mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 23:17:21 -06:00
Fix some warnings
This commit is contained in:
@@ -53,7 +53,7 @@ private slots:
|
||||
|
||||
private:
|
||||
explicit GuiIconProvider(QObject *parent = nullptr);
|
||||
~GuiIconProvider();
|
||||
~GuiIconProvider() override;
|
||||
|
||||
#if (defined(Q_OS_UNIX) && !defined(Q_OS_MAC))
|
||||
bool m_useSystemTheme;
|
||||
|
||||
Reference in New Issue
Block a user