30    virtual int exec(
bool lazy, 
bool master) = 0;
 
   49    void installTouchReload();
 
   50    void removeTouchReload();
 
   53    void forked(
int workerId);
 
   57    void fileChanged(
const QString &path);
 
   58    void directoryChanged(
const QString &path);
 
   63    QTimer *m_restartTimer                   = 
nullptr;
 
 
virtual bool continueMaster(int *exit=nullptr)=0
virtual int exec(bool lazy, bool master)=0
virtual void terminateChild()=0
virtual void killChild()=0
QObject * parent() const const