From 8a2e38303b926d731c3a4e13ef94773f0e7c8360 Mon Sep 17 00:00:00 2001 From: Barry <870709864@qq.com> Date: Mon, 29 Oct 2018 21:11:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9A=82=E4=B8=94=E5=8F=AA=E6=94=AF=E6=8C=81op?= =?UTF-8?q?engl?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 33a3bb8..d11011a 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -7,9 +7,8 @@ int main(int argc, char *argv[]) { + // only support AA_UseDesktopOpenGL QApplication::setAttribute(Qt::AA_UseDesktopOpenGL); - //QApplication::setAttribute(Qt::AA_UseOpenGLES); - //QApplication::setAttribute(Qt::AA_UseSoftwareOpenGL); QApplication a(argc, argv);