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
31b175e0
Commit
31b175e0
authored
Nov 02, 2021
by
Claudio Cambra
Browse files
Fix property warning
parent
a58ff22b
Pipeline
#93287
canceled with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/infinitecalendarviewmodel.h
View file @
31b175e0
...
...
@@ -14,7 +14,7 @@ class InfiniteCalendarViewModel : public QAbstractListModel
// Amount of dates to add each time the model adds more dates
Q_PROPERTY
(
int
datesToAdd
READ
datesToAdd
WRITE
setDatesToAdd
NOTIFY
datesToAddChanged
)
Q_PROPERTY
(
int
scale
READ
scale
WRITE
setScale
NOTIFY
scaleChanged
)
Q_PROPERTY
(
QStringList
weekViewLocalisedHourLabels
MEMBER
m_weekViewLocalisedHourLabels
)
Q_PROPERTY
(
QStringList
weekViewLocalisedHourLabels
MEMBER
m_weekViewLocalisedHourLabels
CONSTANT
)
public:
// The decade scale is designed to be used in a 4x3 grid, so shows 12 years at a time
...
...
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