From 90770d305a3ca5f4d4196d314fe7357ba0c92114 Mon Sep 17 00:00:00 2001 From: Kai Uwe Broulik Date: Mon, 20 Nov 2023 22:39:14 +0100 Subject: Create thumbnails with scene devicePixelRatio --- src/main.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 2d1ccd0c8..ac817eca9 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -79,8 +79,6 @@ int main(int argc, char **argv) QApplication app(argc, argv); app.setWindowIcon(QIcon::fromTheme(QStringLiteral("system-file-manager"), app.windowIcon())); - KIO::PreviewJob::setDefaultDevicePixelRatio(app.devicePixelRatio()); - KCrash::initialize(); #if QT_VERSION < QT_VERSION_CHECK(6, 0, 0) -- cgit v1.3