1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-05 07:24:44 -04:00

Logging: Windows build

This commit is contained in:
f4exb
2017-11-12 03:00:54 +01:00
parent 6556096a63
commit 715222365f
5 changed files with 44 additions and 2 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ QString LogMessage::toString(const QString& msgFormat, const QString& timestampF
decorated.replace("{line}",QString::number(line));
QString threadId;
threadId.setNum((unsigned long)QThread::currentThreadId());
threadId.setNum((std::size_t)QThread::currentThreadId());
decorated.replace("{thread}",threadId);
// Fill in variables