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
Akonadi Contacts
Commits
8fe2b29f
Commit
8fe2b29f
authored
Feb 15, 2021
by
Laurent Montel
😁
Browse files
Add missing override
parent
9dd9a305
Pipeline
#51047
passed with stage
in 15 minutes and 24 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
kcm/kcmakonadicontactactions.h
View file @
8fe2b29f
...
...
@@ -20,7 +20,7 @@ class KCMAkonadiContactActions : public KCModule
Q_OBJECT
public:
KCMAkonadiContactActions
(
QWidget
*
parent
,
const
QVariantList
&
args
);
explicit
KCMAkonadiContactActions
(
QWidget
*
parent
,
const
QVariantList
&
args
);
void
load
()
override
;
void
save
()
override
;
...
...
src/contact-editor/editor/generalinfoeditor/autotests/blogfeedwidgettest.h
View file @
8fe2b29f
...
...
@@ -16,7 +16,7 @@ class BlogfeedWidgetTest : public QObject
Q_OBJECT
public:
explicit
BlogfeedWidgetTest
(
QObject
*
parent
=
nullptr
);
~
BlogfeedWidgetTest
()
=
default
;
~
BlogfeedWidgetTest
()
override
=
default
;
private
Q_SLOTS
:
void
shouldHaveDefaultValue
();
};
...
...
src/contact-editor/editor/generalinfoeditor/autotests/messageformattingwidgettest.h
View file @
8fe2b29f
...
...
@@ -16,7 +16,7 @@ class MessageFormattingWidgetTest : public QObject
Q_OBJECT
public:
explicit
MessageFormattingWidgetTest
(
QObject
*
parent
=
nullptr
);
~
MessageFormattingWidgetTest
()
=
default
;
~
MessageFormattingWidgetTest
()
override
=
default
;
private
Q_SLOTS
:
void
shouldHaveDefaultValue
();
};
...
...
src/contact-editor/editor/generalinfoeditor/autotests/nicknamewidgettest.h
View file @
8fe2b29f
...
...
@@ -16,7 +16,7 @@ class NicknameWidgetTest : public QObject
Q_OBJECT
public:
explicit
NicknameWidgetTest
(
QObject
*
parent
=
nullptr
);
~
NicknameWidgetTest
()
=
default
;
~
NicknameWidgetTest
()
override
=
default
;
private
Q_SLOTS
:
void
shouldHaveDefaultValue
();
};
...
...
Write
Preview
Supports
Markdown
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