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
Utilities
Konsole
Commits
b513c5ca
Commit
b513c5ca
authored
Nov 03, 2020
by
Carlos Alves
Browse files
Sort profiles by name to show in menu
parent
03bcf1ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/profile/ProfileManager.cpp
View file @
b513c5ca
...
...
@@ -312,7 +312,10 @@ QList<Profile::Ptr> ProfileManager::allProfiles()
{
loadAllProfiles
();
return
_profiles
.
values
();
auto
loadedProfiles
=
_profiles
.
values
();
sortByNameProfileList
(
loadedProfiles
);
return
loadedProfiles
;
}
QList
<
Profile
::
Ptr
>
ProfileManager
::
loadedProfiles
()
const
...
...
Write
Preview
Supports
Markdown
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