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
KOrganizer
Commits
8575f281
Commit
8575f281
authored
Jun 15, 2021
by
Laurent Montel
😁
Browse files
Show configure date/time
parent
6cfc2bd1
Pipeline
#65846
passed with stage
in 13 minutes and 36 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/actionmanager.cpp
View file @
8575f281
...
...
@@ -715,6 +715,9 @@ void ActionManager::initActions()
void
ActionManager
::
updateHamburgerMenu
()
{
QMenu
*
menu
=
new
QMenu
;
menu
->
addAction
(
mACollection
->
action
(
QStringLiteral
(
"conf_datetime"
)));
menu
->
addSeparator
();
menu
->
addAction
(
mACollection
->
action
(
QLatin1String
(
KStandardAction
::
name
(
KStandardAction
::
Print
))));
menu
->
addSeparator
();
menu
->
addAction
(
mACollection
->
action
(
QLatin1String
(
KStandardAction
::
name
(
KStandardAction
::
Quit
))));
...
...
Write
Preview
Markdown
is supported
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