mirror of
https://github.com/YACReader/yacreader
synced 2025-07-23 07:24:58 -04:00
integrada la nueva versi?n de qtwebapp
This commit is contained in:
@ -49,7 +49,7 @@ QString LogMessage::toString(const QString& msgFormat, const QString& timestampF
|
||||
}
|
||||
|
||||
QString threadId;
|
||||
threadId.setNum((qint64)QThread::currentThreadId());
|
||||
threadId.setNum((unsigned int)QThread::currentThreadId());
|
||||
decorated.replace("{thread}",threadId);
|
||||
|
||||
// Fill in variables
|
||||
|
Reference in New Issue
Block a user