Index: sources/gui/qml/main.qml =================================================================== diff -u -r7bde5ac0646170a584dd5410fcf89fd9bc8b251c -rb110ee732fe1306669f71d9c17ed4714e1f03ee2 --- sources/gui/qml/main.qml (.../main.qml) (revision 7bde5ac0646170a584dd5410fcf89fd9bc8b251c) +++ sources/gui/qml/main.qml (.../main.qml) (revision b110ee732fe1306669f71d9c17ed4714e1f03ee2) @@ -55,6 +55,7 @@ import VAdjustmentAlarmVolume 0.1 import VBluetooth 0.1 import VAdjustRoWaterMode 0.1 +import VRoWaterMode 0.1 import VCloudSync 0.1 import VHDUsageInfo 0.1 import VInstitutionalRecord 0.1 @@ -197,6 +198,7 @@ VAdjustmentAlarmVolume { id: vAdjustmentAlarmVolume } VBluetooth { id: vBluetooth } VAdjustRoWaterMode { id: vAdjustRoWaterMode } + VRoWaterMode { id: vRoWaterMode } VCloudSync { id: vCloudSync } VHDUsageInfo { id: vHDUsageInfo } VAdjustmentInstitutionalRecord { id: vAdjustmentInstitutionalRecord }