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
KDE PIM Add-ons
Commits
95ef5acc
Commit
95ef5acc
authored
Aug 18, 2022
by
Laurent Montel
Browse files
Add explicit keyword
parent
75ac2dec
Pipeline
#219353
passed with stage
in 18 minutes and 31 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
kaddressbook/plugins/mergelib/job/mergecontacts.h
View file @
95ef5acc
...
...
@@ -14,7 +14,7 @@ namespace KABMergeContacts
class
MergeContacts
{
public:
MergeContacts
(
const
Akonadi
::
Item
::
List
&
items
=
Akonadi
::
Item
::
List
());
explicit
MergeContacts
(
const
Akonadi
::
Item
::
List
&
items
=
Akonadi
::
Item
::
List
());
~
MergeContacts
();
enum
ConflictInformation
{
...
...
kaddressbook/plugins/mergelib/manualmerge/mergecontactwidgetlist.h
View file @
95ef5acc
...
...
@@ -15,7 +15,7 @@ namespace KABMergeContacts
class
MergeContactWidgetListItem
:
public
QListWidgetItem
{
public:
MergeContactWidgetListItem
(
const
Akonadi
::
Item
&
item
,
QListWidget
*
parent
=
nullptr
);
explicit
MergeContactWidgetListItem
(
const
Akonadi
::
Item
&
item
,
QListWidget
*
parent
=
nullptr
);
Q_REQUIRED_RESULT
Akonadi
::
Item
item
()
const
;
private:
...
...
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