Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
Kalendar
Commits
95b07252
Commit
95b07252
authored
Sep 25, 2022
by
Claudio Cambra
Browse files
Remove no longer needed properties in task section headers
Signed-off-by:
Claudio Cambra
<
claudio.cambra@gmail.com
>
parent
bf1c472b
Pipeline
#236795
failed with stage
in 2 minutes and 3 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/contents/ui/MainViews/TodoTreeView.qml
View file @
95b07252
...
...
@@ -68,8 +68,6 @@ TreeListView {
contentItem
:
Kirigami.Heading
{
readonly
property
bool
dateSort
:
root
.
sortBy
===
Kalendar
.
TodoSortFilterProxyModel
.
DueDateColumn
readonly
property
date
sectionDate
:
dateSort
?
new
Date
(
section
)
:
null
readonly
property
bool
sectionDateValid
:
dateSort
&&
!
isNaN
(
sectionDate
.
getTime
());
readonly
property
bool
isOverdue
:
dateSort
&&
section
===
i18n
(
"
Overdue
"
)
readonly
property
bool
isToday
:
dateSort
&&
section
===
i18n
(
"
Today
"
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment