qintptr is not defined in QT4.8

This commit is contained in:
dabrain34 2018-11-14 10:17:57 +01:00
parent 2852a99fa1
commit 0afb6f1ea5

View file

@ -19,7 +19,7 @@
G_LOCK_DEFINE_STATIC(logger);
static long int getThreadID() {
return qintptr(QThread::currentThreadId());
return quintptr(QThread::currentThreadId());
}
void