Skip to content

Commit

Permalink
AboutDialogContributorList: add recent contributors
Browse files Browse the repository at this point in the history
and remove duplicates (maintainer names)
  • Loading branch information
theGreatWhiteShark committed Dec 7, 2024
1 parent 555853f commit a516cc8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/gui/src/AboutDialogContributorList.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@
AboutDialogContributorList::AboutDialogContributorList() {

std::vector<QString> v{
"theGreatWhiteShark"
,"Charbel Jacquin"
,"Colin McEwan"
"Charbel Jacquin"
,"Sebastian Moors"
,"oddtime"
,"Julien de Kozak"
Expand All @@ -43,6 +41,9 @@ AboutDialogContributorList::AboutDialogContributorList() {
,"Houston4444"
,"Dan Church"
,"Adam Shamblin"
,"Giovana Morais"
,"Rosea Grammostola"
,"Al Dimond"
};
m_pContributorList = std::make_shared<std::vector<QString>>(v);
}
Expand Down

0 comments on commit a516cc8

Please sign in to comment.