mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2024-11-30 15:06:52 +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
|