mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-12-12 12:14:48 +00:00
Fixed: Ryzom Configuration under OS X
This commit is contained in:
parent
8266ac8a4e
commit
5d7e06f47a
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