summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel
diff options
context:
space:
mode:
authorTatiana Borisova <tatiana.borisova@qt.io>2021-09-28 17:48:54 +0300
committerTatiana Borisova <tatiana.borisova@qt.io>2021-10-05 20:35:47 +0300
commitd093683119cb045f116d96309493d08005ad27e1 (patch)
tree8724025971f4afa1449c5501759a68da0ca2d11d /tests/auto/corelib/kernel
parent165e01d5d51d16377542c1b3ffbc22f03fb75e97 (diff)
Compile private Qt APIs autotests for INTEGRITY
- getgrgid/getpwuid are not supported - the default constructor of "ObserverOrUninit" must be referenced for GHS compiler Task-number: QTBUG-96176 Pick-to: 6.2 Change-Id: I24093da76e116aba4b87a8f5c5763b03d082a2cd Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
Diffstat (limited to 'tests/auto/corelib/kernel')
-rw-r--r--tests/auto/corelib/kernel/qproperty/tst_qproperty.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/corelib/kernel/qproperty/tst_qproperty.cpp b/tests/auto/corelib/kernel/qproperty/tst_qproperty.cpp
index cc2bac8e2b..f386c0473b 100644
--- a/tests/auto/corelib/kernel/qproperty/tst_qproperty.cpp
+++ b/tests/auto/corelib/kernel/qproperty/tst_qproperty.cpp
@@ -1454,6 +1454,7 @@ void tst_QProperty::modifyObserverListWhileIterating()
DestructingObserver observer = {};
char* memory;
~ObserverOrUninit() {}
+ ObserverOrUninit() {}
};
{
// observer deletes itself while running the notification