harbour-fernschreiber/qml/components
John Gibbon fdb8cc5852 replace variant with var
https://doc.qt.io/archives/qt-5.6/qtquick-performance.html
In general, "property var" should be considered to be superior to "property variant" for every use-case from QtQuick 2.0 and newer (note that "property variant" is marked as obsolete), as it allows a true JavaScript reference to be stored (which can reduce the number of conversions required in certain expressions).
2020-11-05 23:23:37 +01:00
..
chatInformationPage replace variant with var 2020-11-05 23:23:37 +01:00
AppNotification.qml remove some unused imports 2020-10-31 21:09:59 +01:00
AppNotificationItem.qml remove some unused imports 2020-10-31 21:09:59 +01:00
AudioPreview.qml replace variant with var 2020-11-05 23:23:37 +01:00
BackgroundImage.qml QtQuick 2.6 2020-10-31 20:49:03 +01:00
BackgroundProgressIndicator.qml QtQuick 2.6 2020-10-31 20:49:03 +01:00
ChatListViewItem.qml Chat Information Page: More tweaks 2020-11-02 23:19:50 +01:00
DocumentPreview.qml replace variant with var 2020-11-05 23:23:37 +01:00
ImagePreview.qml replace variant with var 2020-11-05 23:23:37 +01:00
InReplyToRow.qml replace variant with var 2020-11-05 23:23:37 +01:00
LocationPreview.qml replace variant with var 2020-11-05 23:23:37 +01:00
MessageListViewItem.qml replace variant with var 2020-11-05 23:23:37 +01:00
MessageListViewItemSimple.qml replace variant with var 2020-11-05 23:23:37 +01:00
PhotoTextsListItem.qml QtQuick 2.6 2020-10-31 20:49:03 +01:00
PollPreview.qml replace variant with var 2020-11-05 23:23:37 +01:00
ProfileThumbnail.qml replace variant with var 2020-11-05 23:23:37 +01:00
StickerPicker.qml replace variant with var 2020-11-05 23:23:37 +01:00
StickerPreview.qml replace variant with var 2020-11-05 23:23:37 +01:00
VideoPreview.qml replace variant with var 2020-11-05 23:23:37 +01:00
WebPagePreview.qml replace variant with var 2020-11-05 23:23:37 +01:00