mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 15:37:26 -06:00
Replace deprecated macro
Q_OS_MAC is deprecated and the replacement is Q_OS_MACOS.
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
|
||||
#include <QTabWidget>
|
||||
|
||||
#ifdef Q_OS_MAC
|
||||
#ifdef Q_OS_MACOS
|
||||
class QPaintEvent;
|
||||
#endif
|
||||
|
||||
@@ -44,7 +44,7 @@ private:
|
||||
void tabInserted(int index) override;
|
||||
void tabRemoved(int index) override;
|
||||
|
||||
#ifdef Q_OS_MAC
|
||||
#ifdef Q_OS_MACOS
|
||||
void paintEvent(QPaintEvent *event) override;
|
||||
#endif
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user