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
Multimedia
Kdenlive
Commits
c9a8354a
Commit
c9a8354a
authored
Apr 11, 2022
by
Julius Künzel
Browse files
Fix delete render preset on windows not working
Related to
#1387
parent
9a5dfcc3
Pipeline
#162717
passed with stage
in 11 minutes and 47 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/renderpresets/renderpresetrepository.cpp
View file @
c9a8354a
...
...
@@ -392,7 +392,7 @@ bool RenderPresetRepository::deletePreset(const QString &name, bool dontRefresh)
return
false
;
}
QString
exportFile
=
QStandardPaths
::
writableLocation
(
QStandardPaths
::
AppDataLocation
)
+
QStringLiteral
(
"/export/customprofiles.xml"
);
QString
exportFile
=
QStandardPaths
::
writableLocation
(
QStandardPaths
::
App
Local
DataLocation
)
+
QStringLiteral
(
"/export/customprofiles.xml"
);
QDomDocument
doc
;
QFile
file
(
exportFile
);
doc
.
setContent
(
&
file
,
false
);
...
...
Julius Künzel
@jlskuz
mentioned in issue
#1387 (closed)
·
Apr 11, 2022
mentioned in issue
#1387 (closed)
mentioned in issue #1387
Toggle commit list
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