mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
s/Q_WS_/Q_OS_
This commit is contained in:
@@ -135,7 +135,7 @@ SourceTreeView::SourceTreeView( QWidget* parent )
|
|||||||
showOfflineSources( TomahawkSettings::instance()->showOfflineSources() );
|
showOfflineSources( TomahawkSettings::instance()->showOfflineSources() );
|
||||||
|
|
||||||
// Light-blue sourcetree on osx
|
// Light-blue sourcetree on osx
|
||||||
#ifdef Q_WS_MAC
|
#ifdef Q_OS_MAC
|
||||||
setStyleSheet( "SourceTreeView:active { background: #DDE4EB; } "
|
setStyleSheet( "SourceTreeView:active { background: #DDE4EB; } "
|
||||||
"SourceTreeView { background: #EDEDED; } " );
|
"SourceTreeView { background: #EDEDED; } " );
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user