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
dccd49c2
Commit
dccd49c2
authored
Oct 23, 2019
by
David Jarvie
Browse files
Suppress krazy warnings
parent
6142ada6
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/datetime.h
View file @
dccd49c2
...
...
@@ -60,7 +60,7 @@ public:
explicit
DateTime
(
const
QDateTime
&
dt
);
/** Constructor for a date-time value. */
DateTime
(
const
KADateTime
&
dt
);
DateTime
(
const
KADateTime
&
dt
);
//krazy:exclude=explicit Allow implicit conversion
/** Copy constructor. */
DateTime
(
const
DateTime
&
dt
);
...
...
src/karecurrence.h
View file @
dccd49c2
...
...
@@ -2,7 +2,7 @@
* karecurrence.h - recurrence with special yearly February 29th handling
* This file is part of kalarmcal library, which provides access to KAlarm
* calendar data.
* Copyright © 2005-2012
by
David Jarvie <djarvie@kde.org>
* Copyright © 2005-2012 David Jarvie <djarvie@kde.org>
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as published
...
...
@@ -82,7 +82,7 @@ public:
};
KARecurrence
();
KARecurrence
(
const
KCalendarCore
::
Recurrence
&
r
);
KARecurrence
(
const
KCalendarCore
::
Recurrence
&
r
);
//krazy:exclude=explicit Allow implicit conversion
KARecurrence
(
const
KARecurrence
&
r
);
~
KARecurrence
();
...
...
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