mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-01 04:53:24 +00:00
QML UI: Remove clearDetails() function in DiveList.qml
This function is not needed, as we will move all of the logic to C++. Signed-off-by: Grace Karanja <gracie.karanja89@gmail.com>
This commit is contained in:
parent
a3bdf49b84
commit
1925b3d012
2 changed files with 0 additions and 5 deletions
|
@ -27,10 +27,6 @@ Item {
|
|||
qmlProfile.update()
|
||||
}
|
||||
|
||||
function clearDetails() {
|
||||
|
||||
}
|
||||
|
||||
Flickable {
|
||||
id: flick
|
||||
width: parent.width
|
||||
|
|
|
@ -42,7 +42,6 @@ ApplicationWindow {
|
|||
text: "Add Dive"
|
||||
onTriggered: {
|
||||
manager.addDive();
|
||||
detailsWindow.clearDetails()
|
||||
stackView.push(detailsWindow)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue