Skip to content
GitLab
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
e6fecc39
Commit
e6fecc39
authored
May 17, 2018
by
Albert Astals Cid
Browse files
test: Fix qCompare type
parent
76a42521
Changes
1
Hide whitespace changes
Inline
Side-by-side
autotests/kaeventtest.cpp
View file @
e6fecc39
...
...
@@ -1200,7 +1200,7 @@ void KAEventTest::fromKCalEvent()
Event
::
Ptr
kcalevent
=
createKcalEvent
(
dt
.
qDateTime
(),
createdDt
,
kcalalarm
,
Alarm
::
Email
);
kcalalarm
->
setCustomProperty
(
"KALARM"
,
"FLAGS"
,
QStringLiteral
(
"EMAILID;2589"
));
KAEvent
event
(
kcalevent
);
QCOMPARE
(
event
.
emailFromId
(),
static_cast
<
unsigned
long
>
(
2589
));
QCOMPARE
(
event
.
emailFromId
(),
static_cast
<
unsigned
int
>
(
2589
));
}
{
// Archived repeat-at-login
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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