mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2025-02-10 16:55:40 +08:00
11 lines
128 B
C++
11 lines
128 B
C++
#ifndef LOG_H
|
|
#define LOG_H
|
|
#include <QtCore/qstring.h>
|
|
|
|
namespace Log
|
|
{
|
|
void setup(const QString &app);
|
|
}
|
|
|
|
#endif // LOG_H
|