From f39ade0606249cdcc431901d64a163616bfb8bb8 Mon Sep 17 00:00:00 2001 From: Peter Hartmann Date: Tue, 14 Jun 2022 09:35:59 +0200 Subject: [PATCH] Revert "Gallery: Use raster for textures" This reverts commit 0c3355fa0fb047f5273c550c59d48e44b99ff49b. --- examples/gallery/main.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/examples/gallery/main.cpp b/examples/gallery/main.cpp index 1073dfef..8e8d622b 100644 --- a/examples/gallery/main.cpp +++ b/examples/gallery/main.cpp @@ -18,7 +18,6 @@ #include #include #include -#include #include #include #include @@ -162,8 +161,6 @@ int main( int argc, char* argv[] ) QGuiApplication app( argc, argv ); - qskSetup->setItemUpdateFlag( QskQuickItem::PreferRasterForTextures, true ); - SkinnyShortcut::enable( SkinnyShortcut::AllShortcuts ); auto mainView = new ApplicationView();