FluentUI/example/src/helper/Log.h

12 lines
168 B
C
Raw Normal View History

2023-12-04 21:25:44 +08:00
#ifndef LOG_H
#define LOG_H
2023-12-04 21:18:19 +08:00
#include <QtCore/qstring.h>
namespace Log
{
2023-12-14 21:16:09 +08:00
QString prettyProductInfoWrapper();
2023-12-04 21:18:19 +08:00
void setup(const QString &app);
2023-12-04 21:25:44 +08:00
}
#endif // LOG_H