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

Method load

Engine/AppManager.cpp:406–417  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

404} // loadFromArgs
405
406bool
407AppManager::load(int argc,
408 char **argv,
409 const CLArgs& cl)
410{
411 // Ensure application has correct locale before doing anything
412 // Warning: Qt resets it in the QCoreApplication constructor
413 // see http://doc.qt.io/qt-4.8/qcoreapplication.html#locale-settings
414 setApplicationLocale();
415 _imp->handleCommandLineArgs(argc, argv);
416 return loadFromArgs(cl);
417}
418
419bool
420AppManager::loadW(int argc,

Callers 1

Calls 1

handleCommandLineArgsMethod · 0.80

Tested by

no test coverage detected