mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-17 04:51:52 +00:00
Flag studio as windowed application
--HG-- branch : develop
This commit is contained in:
parent
28bcfeb01c
commit
3c120cd398
1 changed files with 1 additions and 0 deletions
|
@ -120,6 +120,7 @@ int main(int argc, char **argv)
|
||||||
{
|
{
|
||||||
// use log.log if NEL_LOG_IN_FILE and NLQT_USE_LOG_LOG defined as 1
|
// use log.log if NEL_LOG_IN_FILE and NLQT_USE_LOG_LOG defined as 1
|
||||||
NLMISC::createDebug(NULL, NLQT_USE_LOG_LOG, false);
|
NLMISC::createDebug(NULL, NLQT_USE_LOG_LOG, false);
|
||||||
|
NLMISC::INelContext::getInstance().setWindowedApplication(true);
|
||||||
#if NLQT_USE_LOG
|
#if NLQT_USE_LOG
|
||||||
// create NLQT_LOG_FILE
|
// create NLQT_LOG_FILE
|
||||||
// filedisplayer only deletes the 001 etc
|
// filedisplayer only deletes the 001 etc
|
||||||
|
|
Loading…
Reference in a new issue