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

Method setLoadingStatus

Engine/AppManager.cpp:2567–2574  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2565}
2566
2567void
2568AppManager::setLoadingStatus(const QString & str)
2569{
2570 if ( isLoaded() ) {
2571 return;
2572 }
2573 std::cout << str.toStdString() << std::endl;
2574}
2575
2576AppInstPtr
2577AppManager::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