diff options
| author | Kai Uwe Broulik <[email protected]> | 2023-11-20 22:39:14 +0100 |
|---|---|---|
| committer | Kai Uwe Broulik <[email protected]> | 2023-11-21 13:54:25 +0100 |
| commit | 90770d305a3ca5f4d4196d314fe7357ba0c92114 (patch) | |
| tree | 1dd55fa03695d2d7eb9af905bda84527c3a28d1a /src/main.cpp | |
| parent | ecd3675aaa55b8224f1fa81b031471d834a18fad (diff) | |
Create thumbnails with scene devicePixelRatio
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
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) |
