mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-19 15:29:42 +01:00
s/Q_WS_/Q_OS_
This commit is contained in:
parent
89ba34b9fd
commit
5c1b41ab5d
@ -135,7 +135,7 @@ SourceTreeView::SourceTreeView( QWidget* parent )
|
||||
showOfflineSources( TomahawkSettings::instance()->showOfflineSources() );
|
||||
|
||||
// Light-blue sourcetree on osx
|
||||
#ifdef Q_WS_MAC
|
||||
#ifdef Q_OS_MAC
|
||||
setStyleSheet( "SourceTreeView:active { background: #DDE4EB; } "
|
||||
"SourceTreeView { background: #EDEDED; } " );
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user