Fixed #314: Mac-specific: Do not enforce the default icon, allow icon customization.

This commit is contained in:
Tvangeste 2013-05-19 11:57:33 +02:00
parent 2b9dd55804
commit 49669ce6bb

View file

@ -117,8 +117,6 @@ int main( int argc, char ** argv )
#ifndef Q_OS_MAC #ifndef Q_OS_MAC
app.setWindowIcon( QIcon( ":/icons/programicon.png" ) ); app.setWindowIcon( QIcon( ":/icons/programicon.png" ) );
#else
app.setWindowIcon( QIcon( ":/icons/macicon.png" ) );
#endif #endif
// Load translations for system locale // Load translations for system locale