From 028e9155f4b1849a2b802d12720aded036611e30 Mon Sep 17 00:00:00 2001 From: Rick Vogel Date: Wed, 7 Sep 2022 16:32:01 +0200 Subject: [PATCH] Removed PreferRasterForTextures --- examples/blurredbox/main.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/blurredbox/main.cpp b/examples/blurredbox/main.cpp index f970ae77..f7eedb9f 100644 --- a/examples/blurredbox/main.cpp +++ b/examples/blurredbox/main.cpp @@ -19,8 +19,6 @@ int main( int argc, char* argv[] ) QGuiApplication app( argc, argv ); - qskSetup->setItemUpdateFlag( QskQuickItem::PreferRasterForTextures, true ); - // disable default skins qskSkinManager->setPluginPaths( QStringList() ); // no plugins