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
91c412fc
Commit
91c412fc
authored
Feb 12, 2018
by
Laurent Montel
😁
Browse files
Use override keyword
parent
11d7f5f9
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/collectionattribute.h
View file @
91c412fc
...
...
@@ -59,7 +59,7 @@ public:
/** Assignment operator. */
CollectionAttribute
&
operator
=
(
const
CollectionAttribute
&
other
);
virtual
~
CollectionAttribute
();
~
CollectionAttribute
()
override
;
/** Return whether the collection is enabled for a specified alarm type
* (active, archived, template or displaying).
...
...
src/compatibilityattribute.h
View file @
91c412fc
...
...
@@ -56,7 +56,7 @@ public:
/** Assignment operator. */
CompatibilityAttribute
&
operator
=
(
const
CompatibilityAttribute
&
other
);
virtual
~
CompatibilityAttribute
();
~
CompatibilityAttribute
()
override
;
/** Return the compatibility status for the entity. */
KACalendar
::
Compat
compatibility
()
const
;
...
...
src/eventattribute.h
View file @
91c412fc
...
...
@@ -55,7 +55,7 @@ public:
/** Assignment operator. */
EventAttribute
&
operator
=
(
const
EventAttribute
&
other
);
virtual
~
EventAttribute
();
~
EventAttribute
()
override
;
/** Return the last command execution error for the item. */
KAEvent
::
CmdErrType
commandError
()
const
;
...
...
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