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
Plasma
Bluedevil
Commits
342ccaa5
Commit
342ccaa5
authored
Dec 24, 2021
by
Nicolas Fella
Committed by
Nate Graham
Dec 24, 2021
Browse files
[sendfile] Use error icon that actually exists
(cherry picked from commit
542e6035
)
parent
abc30ff5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/sendfile/pages/failpage.cpp
View file @
342ccaa5
...
...
@@ -24,7 +24,7 @@ FailPage::FailPage(SendFileWizard *parent)
{
setupUi
(
this
);
failIcon
->
setPixmap
(
QIcon
::
fromTheme
(
QStringLiteral
(
"
task-reject
"
)).
pixmap
(
48
));
failIcon
->
setPixmap
(
QIcon
::
fromTheme
(
QStringLiteral
(
"
dialog-error
"
)).
pixmap
(
48
));
}
void
FailPage
::
initializePage
()
...
...
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