harbour-fernschreiber/qml/pages
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
..
AboutPage.qml replace variant with var 2020-11-05 23:23:37 +01:00
ChatInformationPage.qml replace variant with var 2020-11-05 23:23:37 +01:00
ChatPage.qml replace variant with var 2020-11-05 23:23:37 +01:00
CoverPage.qml QtQuick 2.6 2020-10-31 20:49:03 +01:00
ImagePage.qml replace variant with var 2020-11-05 23:23:37 +01:00
InitializationPage.qml QtQuick 2.6 2020-10-31 20:49:03 +01:00
OverviewPage.qml Merge pull request #121 from monich/dbus-open 2020-11-01 19:52:36 +01:00
PollCreationPage.qml remove some unused imports 2020-10-31 21:09:59 +01:00
PollResultsPage.qml remove some unused imports 2020-10-31 21:09:59 +01:00
SettingsPage.qml QtQuick 2.6 2020-10-31 20:49:03 +01:00
VideoPage.qml replace variant with var 2020-11-05 23:23:37 +01:00