forked from len0rd/rockbox
rbutil: Logger Qt6 fixes.
Fix various issues with building CuteLogger with Qt6. Change-Id: Iceac8f8a19f6703868c5a41b725d3cd69c724239
This commit is contained in:
parent
cd352d9052
commit
94eb1df58b
3 changed files with 18 additions and 7 deletions
|
|
@ -18,6 +18,7 @@
|
|||
#include <QString>
|
||||
#include <QDebug>
|
||||
#include <QDateTime>
|
||||
#include <QElapsedTimer>
|
||||
|
||||
// Local
|
||||
#include "CuteLogger_global.h"
|
||||
|
|
@ -224,7 +225,7 @@ class CUTELOGGERSHARED_EXPORT LoggerTimingHelper
|
|||
|
||||
private:
|
||||
Logger* m_logger;
|
||||
QTime m_time;
|
||||
QElapsedTimer m_time;
|
||||
Logger::LogLevel m_logLevel;
|
||||
Logger::TimingMode m_timingMode;
|
||||
const char* m_file;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue