| 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 | { |