mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2025-03-14 16:09:41 +08:00
12 lines
168 B
C++
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
|