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
KMail
Commits
f10174e3
Commit
f10174e3
authored
Feb 11, 2021
by
Laurent Montel
😁
Browse files
Remove deprecated method
parent
9e4f777f
Pipeline
#50445
canceled with stage
in 18 minutes and 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/kontactplugin/kmail/summarywidget.cpp
View file @
f10174e3
...
...
@@ -145,7 +145,9 @@ void SummaryWidget::displayModel(const QModelIndex &parent, int &counter, const
stats
.
count
(),
stats
.
unreadCount
()));
connect
(
urlLabel
,
qOverload
<
const
QString
&>
(
&
KUrlLabel
::
leftClickedUrl
),
this
,
&
SummaryWidget
::
selectFolder
);
connect
(
urlLabel
,
qOverload
<>
(
&
KUrlLabel
::
leftClickedUrl
),
this
,
[
this
,
urlLabel
]()
{
selectFolder
(
urlLabel
->
url
());
});
// Read and unread count.
auto
label
=
new
QLabel
(
i18nc
(
"%1: number of unread messages "
...
...
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