MCPcopy Create free account
hub / github.com/LMMS/lmms / waitForHostInfoGotten

Function waitForHostInfoGotten

include/RemotePlugin.h:796–800  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

794 bool init( const QString &pluginExecutable, bool waitForInitDoneMsg, QStringList extraArgs = {} );
795
796 inline void waitForHostInfoGotten()
797 {
798 m_failed = waitForMessage( IdHostInfoGotten ).id
799 != IdHostInfoGotten;
800 }
801
802 inline void waitForInitDone( bool _busyWaiting = true )
803 {

Callers 1

tryLoadMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected