mirror of
https://gitlab.freedesktop.org/dabrain34/GstPipelineStudio.git
synced 2025-05-03 06:54:50 +00:00
qintptr is not defined in QT4.8
This commit is contained in:
parent
2852a99fa1
commit
0afb6f1ea5
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
G_LOCK_DEFINE_STATIC(logger);
|
||||
|
||||
static long int getThreadID() {
|
||||
return qintptr(QThread::currentThreadId());
|
||||
return quintptr(QThread::currentThreadId());
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Reference in a new issue