1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-16 11:04:01 +02:00

Don't set a window icon on OS X.

This commit is contained in:
Christian Muehlhaeuser
2014-10-25 08:02:09 +02:00
parent bf624fde58
commit 2678850700

View File

@@ -113,7 +113,9 @@ TomahawkWindow::TomahawkWindow( QWidget* parent )
, m_trayIcon( 0 ) , m_trayIcon( 0 )
, m_audioRetryCounter( 0 ) , m_audioRetryCounter( 0 )
{ {
#ifndef Q_OS_MAC
setWindowIcon( QIcon( RESPATH "icons/tomahawk-icon-128x128.png" ) ); setWindowIcon( QIcon( RESPATH "icons/tomahawk-icon-128x128.png" ) );
#endif
new ViewManager( this ); new ViewManager( this );
QueueView* queueView = new QueueView(); QueueView* queueView = new QueueView();