From 20d52ac49a2d5116d11bb6d194d47f79d14b7c2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=B1=E5=AD=90=E6=A5=9A=5Czhuzi?= Date: Tue, 10 Oct 2023 20:04:26 +0800 Subject: [PATCH] update --- example/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/src/main.cpp b/example/src/main.cpp index 78c153f4..8cf77c63 100644 --- a/example/src/main.cpp +++ b/example/src/main.cpp @@ -36,7 +36,7 @@ int main(int argc, char *argv[]) QGuiApplication::setOrganizationDomain("https://zhuzichu520.github.io"); QGuiApplication::setApplicationName("FluentUI"); SettingsHelper::getInstance()->init(argv); - if(SettingsHelper::getInstance()->getReander()=="software"){ + if(SettingsHelper::getInstance()->getRender()=="software"){ #if (QT_VERSION >= QT_VERSION_CHECK(6, 0, 0)) QQuickWindow::setGraphicsApi(QSGRendererInterface::Software); #elif (QT_VERSION >= QT_VERSION_CHECK(5, 14, 0))