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
Multimedia
K3b
Commits
f0dd4b99
Commit
f0dd4b99
authored
Aug 09, 2022
by
Laurent Montel
Browse files
Port deprecated methods
parent
87b05f6e
Pipeline
#215100
passed with stage
in 2 minutes and 28 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/projects/k3baudiotrackaddingdialog.cpp
View file @
f0dd4b99
...
...
@@ -89,7 +89,7 @@ K3b::AudioTrackAddingDialog::~AudioTrackAddingDialog()
.
arg
(
m_unsupportedFiles
.
join
(
"<br>"
)
);
if
(
!
message
.
isEmpty
()
)
KMessageBox
::
detailed
Sorry
(
parentWidget
(),
i18n
(
"Problems while adding files to the project."
),
message
);
KMessageBox
::
detailed
Error
(
parentWidget
(),
i18n
(
"Problems while adding files to the project."
),
message
);
}
...
...
src/projects/k3bdataurladdingdialog.cpp
View file @
f0dd4b99
...
...
@@ -123,7 +123,7 @@ K3b::DataUrlAddingDialog::~DataUrlAddingDialog()
QString
message
=
resultMessage
();
if
(
!
message
.
isEmpty
()
)
KMessageBox
::
detailed
Sorry
(
parentWidget
(),
i18n
(
"Problems while adding files to the project."
),
message
);
KMessageBox
::
detailed
Error
(
parentWidget
(),
i18n
(
"Problems while adding files to the project."
),
message
);
delete
m_encodingConverter
;
}
...
...
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