mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 14:25:27 +00:00
QML UI: small clarification
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
2e2ccc1c52
commit
33df10cbaa
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ import org.subsurfacedivelog.mobile 1.0
|
|||
import org.kde.kirigami 1.0 as Kirigami
|
||||
|
||||
Kirigami.Page {
|
||||
id: diveDetailsPage
|
||||
id: diveDetailsPage // but this is referenced as detailsWindow
|
||||
property alias currentIndex: diveDetailsListView.currentIndex
|
||||
property alias currentItem: diveDetailsListView.currentItem
|
||||
property alias dive_id: detailsEdit.dive_id
|
||||
|
|
Loading…
Add table
Reference in a new issue