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

Method ddeOpenFile

Gui/Gui50.cpp:1056–1060  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1054
1055#ifdef __NATRON_WIN32__
1056void
1057Gui::ddeOpenFile(const QString& filePath)
1058{
1059 getApp()->handleFileOpenEvent( filePath.toStdString() );
1060}
1061
1062#endif
1063

Callers

nothing calls this directly

Calls 3

getAppFunction · 0.85
handleFileOpenEventMethod · 0.80
toStdStringMethod · 0.80

Tested by

no test coverage detected