diff options
Diffstat (limited to 'qt-mobile/DiveList.qml')
-rw-r--r-- | qt-mobile/DiveList.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-mobile/DiveList.qml b/qt-mobile/DiveList.qml index acf123011..d244c5bec 100644 --- a/qt-mobile/DiveList.qml +++ b/qt-mobile/DiveList.qml @@ -7,6 +7,7 @@ import QtQuick.Layouts 1.0 Rectangle { id: page + objectName: "DiveList" Component { id: diveDelegate |