aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qtsupport/qtsupport.qrc
diff options
context:
space:
mode:
authorAlessandro Portale <alessandro.portale@qt.io>2022-05-24 12:02:26 +0200
committerAlessandro Portale <alessandro.portale@qt.io>2022-05-24 13:54:46 +0000
commitf54097fefbb27175d77046376b6057828a96643a (patch)
tree45b7b60b1e1d01ed1f1d6f21348711b710a54a54 /src/plugins/qtsupport/qtsupport.qrc
parent2577ce8ba1a69ad716c2fc2a5d0d5cc742c3c4cf (diff)
QtSupport: Remove screenshot cropper
Reduce maintenance by removing a feature that broke in 7.0, caused assertions. The absence of the cropper won't most likely be noticed, because the examples thumbnail size was increased quite a bit in the last Welcome Screen redesign. Instead of cropping, we now always scale the thumbnail to ListModel::defaultImageSize. As a benefit of this simplification, the thumbnail is now also High-DPI enabled. Fixes: QTCREATORBUG-27141 Change-Id: I57cafb000c3095dd387cd96814b6e946980b2aed Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'src/plugins/qtsupport/qtsupport.qrc')
-rw-r--r--src/plugins/qtsupport/qtsupport.qrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/qtsupport/qtsupport.qrc b/src/plugins/qtsupport/qtsupport.qrc
index a99f362362..a082a45415 100644
--- a/src/plugins/qtsupport/qtsupport.qrc
+++ b/src/plugins/qtsupport/qtsupport.qrc
@@ -4,7 +4,6 @@
<file>images/dark_qml.png</file>
<file>images/dark_qt_project.png</file>
<file>images/dark_qt_qrc.png</file>
- <file>images_areaofinterest.xml</file>
<file>qtcreator_tutorials.xml</file>
<file>images/icons/playoverlay.png</file>
<file>images/icons/playoverlay@2x.png</file>