#ifndef COMMONFUN_H #define COMMONFUN_H #include class CCommonFun { public: CCommonFun(); QString GetCurrentTime(); }; #endif // COMMONFUN_H