FluentUI/example/src/helper/Log.h

11 lines
128 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
{
void setup(const QString &app);
2023-12-04 21:25:44 +08:00
}
#endif // LOG_H