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:
@@ -30,7 +30,7 @@
|
||||
|
||||
#include <QTabBar>
|
||||
|
||||
#ifdef Q_OS_MAC
|
||||
#ifdef Q_OS_MACOS
|
||||
#include <QPaintEvent>
|
||||
#include <QStyle>
|
||||
#endif
|
||||
@@ -53,7 +53,7 @@ void HidableTabWidget::tabRemoved(const int index)
|
||||
tabBar()->setVisible(count() != 1);
|
||||
}
|
||||
|
||||
#ifdef Q_OS_MAC
|
||||
#ifdef Q_OS_MACOS
|
||||
void HidableTabWidget::paintEvent(QPaintEvent *event)
|
||||
{
|
||||
// Hide the pane for macintosh style
|
||||
|
||||
Reference in New Issue
Block a user