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
14389c54
Commit
14389c54
authored
Nov 06, 2020
by
Laurent Montel
😁
Browse files
Try to make it compile on windows
parent
a105a3c7
Pipeline
#39804
canceled with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
korgac/alarmdialog.cpp
View file @
14389c54
...
...
@@ -1094,7 +1094,7 @@ bool AlarmDialog::openIncidenceEditorThroughKOrganizer(const Incidence::Ptr &inc
int
window
=
reply
;
KWindowSystem
::
minimizeWindow
(
winId
());
KWindowSystem
::
allowExternalProcessWindowActivation
();
KWindowSystem
::
activateWindow
(
reinterpret
_cast
<
WId
>
(
window
));
KWindowSystem
::
activateWindow
(
static
_cast
<
WId
>
(
window
));
}
#else
// TODO (mac)
...
...
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