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
PIM EventViews
Commits
9eaf5098
Commit
9eaf5098
authored
Sep 24, 2021
by
Laurent Montel
😁
Browse files
Port for(...:...)
parent
6f7f15bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/viewerapp/mainwindow.cpp
View file @
9eaf5098
...
...
@@ -102,7 +102,7 @@ void MainWindow::delayedInit()
mIncidenceChanger
=
new
IncidenceChanger
(
this
);
mCalendar
->
setCollectionFilteringEnabled
(
false
);
Q_FOREACH
(
const
QString
&
viewName
,
mViewNames
)
{
for
(
const
QString
&
viewName
:
std
::
as_const
(
mViewNames
)
)
{
addView
(
viewName
);
}
}
...
...
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