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
PIM Messagelib
Commits
0181d554
Commit
0181d554
authored
Aug 14, 2019
by
Laurent Montel
Browse files
Use new api
parent
f8bb8297
Changes
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
0181d554
...
...
@@ -35,7 +35,7 @@ set(LIBKDEPIM_LIB_VERSION "5.12.40")
set
(
LIBKLEO_LIB_VERSION
"5.12.40"
)
set
(
PIMCOMMON_LIB_VERSION
"5.12.40"
)
set
(
GPGME_LIB_VERSION
"1.11.1"
)
set
(
AKONADI_CONTACT_VERSION
"5.12.4
1
"
)
set
(
AKONADI_CONTACT_VERSION
"5.12.4
2
"
)
if
(
${
MIMETREEPARSER_ONLY_BUILD
}
)
set
(
ECM_VERSION
"5.26.0"
)
...
...
messagecomposer/src/recipient/recipientspicker.cpp
View file @
0181d554
...
...
@@ -51,7 +51,7 @@ RecipientsPicker::RecipientsPicker(QWidget *parent)
QVBoxLayout
*
mainLayout
=
new
QVBoxLayout
(
this
);
mView
=
new
Akonadi
::
RecipientsPickerWidget
(
false
,
this
);
mView
=
new
Akonadi
::
RecipientsPickerWidget
(
false
,
nullptr
,
this
);
mainLayout
->
addWidget
(
mView
);
mainLayout
->
setStretchFactor
(
mView
,
1
);
...
...
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