mirror of https://github.com/mgba-emu/mgba.git
Qt: No need to set global window icon on OS X
This commit is contained in:
parent
1f58db096f
commit
313877657f
|
@ -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*");
|
||||
|
|
Loading…
Reference in New Issue