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
KTnef
Commits
717b86ab
Commit
717b86ab
authored
Jan 14, 2021
by
Laurent Montel
😁
Browse files
GIT_SILENT: Remove extra ;
parent
66b03ca1
Pipeline
#47624
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/ktnefwriter.cpp
View file @
717b86ab
...
@@ -421,11 +421,11 @@ void KTNEFWriter::addAttendee(const QString &cn, Role r,
...
@@ -421,11 +421,11 @@ void KTNEFWriter::addAttendee(const QString &cn, Role r,
PartStat
p
,
bool
rsvp
,
PartStat
p
,
bool
rsvp
,
const
QString
&
mailto
)
const
QString
&
mailto
)
{
{
Q_UNUSED
(
cn
)
;
Q_UNUSED
(
cn
)
Q_UNUSED
(
r
)
;
Q_UNUSED
(
r
)
Q_UNUSED
(
p
)
;
Q_UNUSED
(
p
)
Q_UNUSED
(
rsvp
)
;
Q_UNUSED
(
rsvp
)
Q_UNUSED
(
mailto
)
;
Q_UNUSED
(
mailto
)
}
}
// I assume this is the same as the sender?
// I assume this is the same as the sender?
...
@@ -506,7 +506,7 @@ void KTNEFWriter::setAlarm(const QString &description,
...
@@ -506,7 +506,7 @@ void KTNEFWriter::setAlarm(const QString &description,
AlarmAction
action
,
AlarmAction
action
,
const
QDateTime
&
wakeBefore
)
const
QDateTime
&
wakeBefore
)
{
{
Q_UNUSED
(
description
)
;
Q_UNUSED
(
description
)
Q_UNUSED
(
action
)
;
Q_UNUSED
(
action
)
Q_UNUSED
(
wakeBefore
)
;
Q_UNUSED
(
wakeBefore
)
}
}
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