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
KDE PIM Add-ons
Commits
9e50c42c
Commit
9e50c42c
authored
Sep 24, 2020
by
Laurent Montel
😁
Browse files
Use new api
parent
7f90a655
Changes
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
9e50c42c
...
...
@@ -63,7 +63,7 @@ find_package(KF5Prison ${KF5_MIN_VERSION} CONFIG REQUIRED)
find_package
(
KF5Holidays
${
KF5_MIN_VERSION
}
CONFIG REQUIRED
)
find_package
(
KF5GuiAddons
${
KF5_MIN_VERSION
}
CONFIG REQUIRED
)
set
(
MAILCOMMON_LIB_VERSION
"5.15.4
6
"
)
set
(
MAILCOMMON_LIB_VERSION
"5.15.4
7
"
)
set
(
GRAVATAR_LIB_VERSION
"5.15.40"
)
set
(
PIMCOMMON_LIB_VERSION
"5.15.40"
)
set
(
GRANTLEETHEME_LIB_VERSION
"5.15.40"
)
...
...
plugins/messageviewerconfigureplugins/foldersettings/folderconfiguresettingspagewidget.cpp
View file @
9e50c42c
...
...
@@ -38,6 +38,7 @@ FolderConfigureSettingsPageWidget::FolderConfigureSettingsPageWidget(QWidget *pa
//Expiry
mCollectionExpiryWidget
=
new
MailCommon
::
CollectionExpiryWidget
(
this
);
mCollectionExpiryWidget
->
setObjectName
(
QStringLiteral
(
"mCollectionExpiryWidget"
));
mCollectionExpiryWidget
->
hideExpireNowButton
();
tab
->
addTab
(
mCollectionExpiryWidget
,
i18n
(
"Expiry"
));
//Template
...
...
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