mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Fixed: Ryzom Configuration under OS X
--HG-- branch : develop
This commit is contained in:
parent
ad8059c345
commit
d375038175
1 changed files with 2 additions and 0 deletions
|
@ -38,6 +38,8 @@
|
||||||
|
|
||||||
int main(sint32 argc, char **argv)
|
int main(sint32 argc, char **argv)
|
||||||
{
|
{
|
||||||
|
NLMISC::CApplicationContext applicationContext;
|
||||||
|
|
||||||
QApplication app(argc, argv);
|
QApplication app(argc, argv);
|
||||||
|
|
||||||
QApplication::setWindowIcon(QIcon(":/resources/welcome_icon.png"));
|
QApplication::setWindowIcon(QIcon(":/resources/welcome_icon.png"));
|
||||||
|
|
Loading…
Reference in a new issue