From 16b0c48acabbd133e1550b9f1c04e06f0736a013 Mon Sep 17 00:00:00 2001 From: Michal Klocek Date: Tue, 12 Jun 2018 17:04:40 +0200 Subject: Fix typo in contextinfo example Change-Id: I4d788c9880ca4d52aab58a5abc13b8b91838b66e Reviewed-by: Laszlo Agocs --- examples/opengl/contextinfo/widget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/opengl/contextinfo/widget.cpp') diff --git a/examples/opengl/contextinfo/widget.cpp b/examples/opengl/contextinfo/widget.cpp index fc21983f38b..a5d9e98bf85 100644 --- a/examples/opengl/contextinfo/widget.cpp +++ b/examples/opengl/contextinfo/widget.cpp @@ -252,7 +252,7 @@ Widget::Widget(QWidget *parent) if (QCoreApplication::testAttribute(Qt::AA_UseSoftwareOpenGL)) str << " Qt::AA_UseSoftwareOpenGL"; if (QCoreApplication::testAttribute(Qt::AA_UseDesktopOpenGL)) - str << " Qt::AA_UseSoftwareOpenGL"; + str << " Qt::AA_UseDesktopOpenGL"; layout->addWidget(new QLabel(description)); setLayout(layout); -- cgit v1.2.3