mbwatch/mbwatchmgr.h
@@ -3,6 +3,7 @@ #include "mbwatchconst.h" #include "mbwatchuserdb.h" #include "mbtaskmgr.h" #include "mbmdware.h" class CMBWatchMgr { @@ -16,10 +17,12 @@ CMBWatchUserMgr *m_pUserMgr; private: CMBTaskMgr *m_pTaskMgr; CMBMdware *m_pMdWare; public: CMBWatchConst *getConst(); CMBWatchUserMgr *getUserMgr(); CMBTaskMgr *getTaskMgr(); CMBMdware *getMdWare(); public: bool init(QString &errInfo); public: