summaryrefslogtreecommitdiff
path: root/src/components/qt_hmi/qml_model_qt5/models/DataStorage.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/qt_hmi/qml_model_qt5/models/DataStorage.qml')
-rw-r--r--src/components/qt_hmi/qml_model_qt5/models/DataStorage.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/qt_hmi/qml_model_qt5/models/DataStorage.qml b/src/components/qt_hmi/qml_model_qt5/models/DataStorage.qml
index 659a8eabd7..e3785bdf19 100644
--- a/src/components/qt_hmi/qml_model_qt5/models/DataStorage.qml
+++ b/src/components/qt_hmi/qml_model_qt5/models/DataStorage.qml
@@ -442,7 +442,8 @@ QtObject {
property ListModel deviceList: ListModel { }
property ListModel applicationList: ListModel { }
property ListModel stashedApplicationsList: ListModel { }
- property ListModel vrCommands: ListModel {}
+ property ListModel vrCommands: ListModel { }
+ property ListModel choicesVrCommands: ListModel { }
function reset () {
console.log("dataContainer reset enter");