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
KAlarm
Commits
bb62462e
Commit
bb62462e
authored
Sep 10, 2014
by
Laurent Montel
😁
Browse files
Make it compile
parent
991bdc63
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/kaevent.cpp
View file @
bb62462e
...
...
@@ -2141,18 +2141,6 @@ void KAEvent::setActions(const QString &pre, const QString &post, ExtraActionOpt
d
->
mExtraActionOptions
=
options
;
}
void
KAEvent
::
setActions
(
const
QString
&
pre
,
const
QString
&
post
,
bool
cancelOnError
,
bool
dontShowError
)
{
ExtraActionOptions
opts
(
0
);
if
(
cancelOnError
)
{
opts
|=
CancelOnPreActError
;
}
if
(
dontShowError
)
{
opts
|=
DontShowPreActError
;
}
setActions
(
pre
,
post
,
opts
);
}
QString
KAEvent
::
preAction
()
const
{
return
d
->
mPreAction
;
...
...
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