code_app/app/twaintest/HGUIGlobal.h

11 lines
201 B
C
Raw Normal View History

2024-02-05 01:46:44 +00:00
#ifndef __HGUIGLOBAL_H__
#define __HGUIGLOBAL_H__
#include <QString>
QString getStdFileName(const QString &fileName);
std::string getStdString(const QString &str);
#endif /* __HGUIGLOBAL_H__ */