Skip to content

Commit

Permalink
Do not present NCInputDateField backend as public property
Browse files Browse the repository at this point in the history
Signed-off-by: Claudio Cambra <[email protected]>
  • Loading branch information
claucambra committed Sep 13, 2023
1 parent 4e5d8d4 commit d2d8c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/filedetails/NCInputDateField.qml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ NCInputTextField {
text = backend.dateString;
}

property DateFieldBackend backend: DateFieldBackend {
DateFieldBackend {
id: backend
onDateStringChanged: if (!root.activeFocus) root.updateText()
}
Expand Down

0 comments on commit d2d8c52

Please sign in to comment.