Don't create QNetworkReply for image size we will discard 2ms later

This commit is contained in:
Carl Schwan
2021-05-07 02:34:16 +02:00
parent 1e7d3046aa
commit f5a42e64ee
3 changed files with 8 additions and 3 deletions

View File

@@ -79,6 +79,8 @@ QQC2.ItemDelegate {
Layout.minimumHeight: Kirigami.Units.gridUnit * 2
Layout.maximumWidth: Kirigami.Units.gridUnit * 2
Layout.maximumHeight: Kirigami.Units.gridUnit * 2
sourceSize.width: Kirigami.Units.gridUnit * 2
sourceSize.height: Kirigami.Units.gridUnit * 2
Layout.alignment: Qt.AlignTop