Merge pull request #49 from virinext/fix_logger_using_qt48

qintptr is not defined in QT4.8
This commit is contained in:
dabrain34 2018-11-14 16:15:01 +01:00 committed by GitHub
commit 76fe466000
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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