mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
Update QsLog to 2.1 snapshot 46b643d5bcbc
This commit is contained in:
5
third_party/QsLog/QsLogLevel.h
vendored
5
third_party/QsLog/QsLogLevel.h
vendored
@ -25,10 +25,10 @@
|
||||
|
||||
#ifndef QSLOGLEVEL_H
|
||||
#define QSLOGLEVEL_H
|
||||
class QString;
|
||||
|
||||
namespace QsLogging
|
||||
{
|
||||
|
||||
enum Level
|
||||
{
|
||||
TraceLevel = 0,
|
||||
@ -40,6 +40,9 @@ enum Level
|
||||
OffLevel
|
||||
};
|
||||
|
||||
const char* LevelName(Level theLevel);
|
||||
QString LocalizedLevelName(Level theLevel);
|
||||
|
||||
}
|
||||
|
||||
#endif // QSLOGLEVEL_H
|
||||
|
Reference in New Issue
Block a user