Qt: No need to set global window icon on OS X

This commit is contained in:
Jeffrey Pfau 2015-08-10 22:15:27 -07:00
parent 1f58db096f
commit 313877657f
1 changed files with 2 additions and 0 deletions

View File

@ -34,7 +34,9 @@ GBAApp::GBAApp(int& argc, char* argv[])
SDL_Init(SDL_INIT_NOPARACHUTE);
#endif
#ifndef Q_OS_MAC
setWindowIcon(QIcon(":/res/mgba-1024.png"));
#endif
SocketSubsystemInit();
qRegisterMetaType<const uint32_t*>("const uint32_t*");