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
Plasma
Bluedevil
Commits
d48fb97c
Commit
d48fb97c
authored
Oct 04, 2022
by
Kai Uwe Broulik
🍇
Browse files
SendFilesJob: Don't emit description in doStart since nextJob already does
(cherry picked from commit
895f89e4
)
parent
923a9dbc
Pipeline
#241496
canceled with stage
in 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/sendfile/sendfilesjob.cpp
View file @
d48fb97c
...
...
@@ -65,11 +65,6 @@ void SendFilesJob::doStart()
setTotalAmount
(
Bytes
,
m_totalSize
);
setProcessedAmount
(
Bytes
,
0
);
Q_EMIT
description
(
this
,
i18n
(
"Sending file over Bluetooth"
),
QPair
<
QString
,
QString
>
(
i18nc
(
"File transfer origin"
,
"From"
),
m_files
.
first
()),
QPair
<
QString
,
QString
>
(
i18nc
(
"File transfer destination"
,
"To"
),
m_device
->
name
()));
nextJob
();
}
...
...
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