code_app/app/scanner/HGUIGlobal.h

11 lines
201 B
C
Raw Normal View History

2023-05-24 02:58: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__ */