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