MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / loadW

Method loadW

Engine/AppManager.cpp:419–430  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

417}
418
419bool
420AppManager::loadW(int argc,
421 wchar_t **argv,
422 const CLArgs& cl)
423{
424 // Ensure application has correct locale before doing anything
425 // Warning: Qt resets it in the QCoreApplication constructor
426 // see http://doc.qt.io/qt-4.8/qcoreapplication.html#locale-settings
427 setApplicationLocale();
428 _imp->handleCommandLineArgsW(argc, argv);
429 return loadFromArgs(cl);
430}
431
432AppManager::~AppManager()
433{

Callers 2

NatronApp_main.cppFile · 0.80

Calls 1

Tested by

no test coverage detected