harbour-fernschreiber/qml
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
..
components replace variant with var 2020-11-05 23:23:37 +01:00
js add some message type descriptions 2020-11-05 14:06:41 +01:00
pages replace variant with var 2020-11-05 23:23:37 +01:00
harbour-fernschreiber.qml QtQuick 2.6 2020-10-31 20:49:03 +01:00