mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-22 00:17:23 -06:00
Replace deprecated macro
Q_OS_MAC is deprecated and the replacement is Q_OS_MACOS.
This commit is contained in:
@@ -102,7 +102,7 @@ SearchWidget::SearchWidget(MainWindow *mainWindow)
|
||||
<< "</p></body></html>" << flush;
|
||||
m_ui->lineEditSearchPattern->setToolTip(searchPatternHint);
|
||||
|
||||
#ifndef Q_OS_MAC
|
||||
#ifndef Q_OS_MACOS
|
||||
// Icons
|
||||
m_ui->searchButton->setIcon(UIThemeManager::instance()->getIcon("edit-find"));
|
||||
m_ui->pluginsButton->setIcon(UIThemeManager::instance()->getIcon("preferences-system-network"));
|
||||
|
||||
Reference in New Issue
Block a user