3500/commonfun.h

14 lines
162 B
C
Raw Normal View History

2023-04-14 19:30:30 +08:00
#ifndef COMMONFUN_H
#define COMMONFUN_H
#include <QWidget>
class CCommonFun
{
public:
CCommonFun();
QString GetCurrentTime();
};
#endif // COMMONFUN_H