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
97f6d026
Commit
97f6d026
authored
May 18, 2021
by
Julius Künzel
Browse files
Fix profile repository not properly refreshed after change
parent
873b2bee
Changes
1
Show whitespace changes
Inline
Side-by-side
src/profiles/profilerepository.cpp
View file @
97f6d026
...
@@ -202,7 +202,7 @@ const QString ProfileRepository::saveProfile(ProfileInfo *profile, QString profi
...
@@ -202,7 +202,7 @@ const QString ProfileRepository::saveProfile(ProfileInfo *profile, QString profi
profilePath
.
clear
();
profilePath
.
clear
();
}
}
file
.
close
();
file
.
close
();
refresh
(
fals
e
);
refresh
(
tru
e
);
return
profilePath
;
return
profilePath
;
}
}
...
...
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