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 <claudio.cambra@nextcloud.com>
  • Loading branch information
claucambra committed Sep 12, 2023
1 parent 4f6d963 commit fc5c8c4
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 fc5c8c4

Please sign in to comment.