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

Method setLoadingStatus

Engine/AppManager.cpp:2502–2509  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2500}
2501
2502void
2503AppManager::setLoadingStatus(const QString & str)
2504{
2505 if ( isLoaded() ) {
2506 return;
2507 }
2508 std::cout << str.toStdString() << std::endl;
2509}
2510
2511AppInstancePtr
2512AppManager::makeNewInstance(int appID) const

Callers 3

loadPythonGroupsMethod · 0.45
Q_FOREACHFunction · 0.45
loadingStatusMethod · 0.45

Calls 1

toStdStringMethod · 0.80

Tested by

no test coverage detected