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
Kdenlive
Commits
0146b39d
Commit
0146b39d
authored
Aug 01, 2022
by
Laurent Montel
Browse files
KMessageBox::detailedSorry is deprecated in kf5.96
parent
8ced8f54
Pipeline
#211413
passed with stage
in 8 minutes and 39 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/project/projectmanager.cpp
View file @
0146b39d
...
...
@@ -648,7 +648,7 @@ void ProjectManager::doOpenFile(const QUrl &url, KAutoSaveFile *stale, bool isBa
}
}
}
else
{
KMessageBox
::
detailed
Sorry
(
pCore
->
window
(),
"Could not open the backup project file."
,
openResult
.
getError
());
KMessageBox
::
detailed
Error
(
pCore
->
window
(),
"Could not open the backup project file."
,
openResult
.
getError
());
}
}
else
{
doc
=
openResult
.
getDocument
().
release
();
...
...
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