summaryrefslogtreecommitdiffstats
path: root/tests/auto/cmake/test_private_includes/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/cmake/test_private_includes/main.cpp')
-rw-r--r--tests/auto/cmake/test_private_includes/main.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/auto/cmake/test_private_includes/main.cpp b/tests/auto/cmake/test_private_includes/main.cpp
index e4dec045fe..4f4457bfa1 100644
--- a/tests/auto/cmake/test_private_includes/main.cpp
+++ b/tests/auto/cmake/test_private_includes/main.cpp
@@ -47,6 +47,8 @@ int main(int argc, char **argv)
{
QGuiApplication app(argc, argv);
- QPlatformScreen *handle = app.screens().first()->handle();
+ QPlatformScreen *screenHandle = app.screens().first()->handle();
+ screenHandle->geometry();
+
return 0;
}