Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
KCalUtils
Commits
7ddc4134
Commit
7ddc4134
authored
Sep 06, 2020
by
Laurent Montel
😁
Browse files
const'ify pointer
parent
a65c6dab
Pipeline
#33305
passed with stage
in 16 minutes and 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/htmlexport.cpp
View file @
7ddc4134
...
...
@@ -47,8 +47,8 @@ public:
{
}
MemoryCalendar
*
mCalendar
=
nullptr
;
HTMLExportSettings
*
mSettings
=
nullptr
;
MemoryCalendar
*
const
mCalendar
;
HTMLExportSettings
*
const
mSettings
;
QMap
<
QDate
,
QString
>
mHolidayMap
;
};
//@endcond
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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