朱子楚\zhuzi 5787e308dd update
2023-12-14 21:16:09 +08:00

12 lines
168 B
C++

#ifndef LOG_H
#define LOG_H
#include <QtCore/qstring.h>
namespace Log
{
QString prettyProductInfoWrapper();
void setup(const QString &app);
}
#endif // LOG_H