summaryrefslogtreecommitdiff
path: root/tests/auto/qx11info/tst_qx11info.cpp
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@theqtcompany.com>2016-04-08 23:44:15 +0200
committerLiang Qi <liang.qi@theqtcompany.com>2016-04-08 23:44:15 +0200
commita292671f0842211ca60e51cf34b6fb47d8bae655 (patch)
tree9eb75c6b218533e5136b23d6b43e3f782e6c885f /tests/auto/qx11info/tst_qx11info.cpp
parentb35074ec6cf0da49ce153948aff45c42950cab9a (diff)
parentb414120c60ef8c3cc2aad7dca41092647d741a36 (diff)
downloadqtx11extras-a292671f0842211ca60e51cf34b6fb47d8bae655.tar.gz
Merge remote-tracking branch 'origin/5.7' into dev
Change-Id: I98ab3d1c372f68a7a24f831be30bae939c6a62ba
Diffstat (limited to 'tests/auto/qx11info/tst_qx11info.cpp')
-rw-r--r--tests/auto/qx11info/tst_qx11info.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/qx11info/tst_qx11info.cpp b/tests/auto/qx11info/tst_qx11info.cpp
index 0a19d7f..a27f443 100644
--- a/tests/auto/qx11info/tst_qx11info.cpp
+++ b/tests/auto/qx11info/tst_qx11info.cpp
@@ -96,6 +96,8 @@ void tst_QX11Info::staticFunctionsBeforeQApplication()
appUserTime = QX11Info::appUserTime();
QCOMPARE(appTime, 0ul);
QCOMPARE(appTime, 0ul);
+
+ QX11Info::isCompositingManagerRunning();
}
static const char idFromEnv[] = "startupid_TIME123456";