3500/commonfun.h
2023-04-14 19:30:30 +08:00

14 lines
162 B
C++

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