#ifndef SPRINKLERMGR_H #define SPRINKLERMGR_H #include class CMasterCtrl; class CSprinklerMgr : public QObject { Q_OBJECT public: explicit CSprinklerMgr(QObject *parent = 0); CMasterCtrl *mProgramHandle; signals: public slots: }; #endif // SPRINKLERMGR_H