Add 'libqxt/' from commit 'e537460e56'

git-subtree-dir: libqxt
git-subtree-mainline: 004eaa228c
git-subtree-split: e537460e56
This commit is contained in:
Manuel 2022-10-18 00:00:01 +02:00
commit 15e8c0cdab
6 changed files with 523 additions and 0 deletions

11
libqxt/libqxt-gcc6.patch Normal file
View file

@ -0,0 +1,11 @@
--- a/src/core/qxtslotjob.cpp 2011-11-24 16:10:32.000000000 -0600
+++ b/src/core/qxtslotjob.cpp 2016-03-07 16:20:32.758268253 -0600
@@ -174,7 +174,7 @@ This uses QxtSignalWaiter so it will _no
QVariant QxtFuture::delayedResult(int msec)
{
- if (!waiter->wait(msec, false))
+ if (!waiter->wait(msec, NULL))
return QVariant();
return job->result();
}