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
25c01836
Commit
25c01836
authored
Aug 22, 2022
by
Laurent Montel
Browse files
Fix compile warning
parent
1539a0c4
Changes
2
Hide whitespace changes
Inline
Side-by-side
kaddressbook/plugins/mergelib/widgets/mergecontactselectinformationscrollarea.cpp
View file @
25c01836
...
...
@@ -19,8 +19,8 @@ using namespace KABMergeContacts;
MergeContactSelectInformationScrollArea
::
MergeContactSelectInformationScrollArea
(
QWidget
*
parent
)
:
QWidget
(
parent
)
,
mStackWidget
(
new
QStackedWidget
(
this
))
,
mSelectInformationWidget
(
new
MergeContactSelectInformationWidget
(
this
))
,
mStackWidget
(
new
QStackedWidget
(
this
))
,
mMergedContactWidget
(
new
MergeContactInfoWidget
(
this
))
{
auto
vbox
=
new
QVBoxLayout
(
this
);
...
...
kaddressbook/plugins/mergelib/widgets/mergecontactselectlistwidget.cpp
View file @
25c01836
...
...
@@ -16,9 +16,9 @@ using namespace KContacts;
MergeContactSelectListWidget
::
MergeContactSelectListWidget
(
QWidget
*
parent
)
:
QWidget
(
parent
)
,
mConflictType
(
MergeContacts
::
None
)
,
mTitle
(
new
QLabel
(
this
))
,
mSelectListWidget
(
new
QListWidget
(
this
))
,
mConflictType
(
MergeContacts
::
None
)
{
auto
vbox
=
new
QVBoxLayout
(
this
);
mTitle
->
setObjectName
(
QStringLiteral
(
"title"
));
...
...
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