Skip to content

Commit

Permalink
Update contributor list (and generator script)
Browse files Browse the repository at this point in the history
  • Loading branch information
cme committed Dec 10, 2022
1 parent 86c6c9a commit 769ee9d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 13 deletions.
21 changes: 9 additions & 12 deletions src/gui/src/AboutDialogContributorList.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,18 @@ AboutDialogContributorList::AboutDialogContributorList() {

std::vector<QString> v{
"theGreatWhiteShark"
,"phil"
,"Charbel Jacquin"
,"Colin McEwan"
,"Sebastian Moors"
,"oddtime"
,"Varik Valefor"
,"Olivier Humbert"
,"Clara Hobbs"
,"Przemysław Sitek"
,"Charbel Jacquin"
,"freddii"
,"daryl"
,"Jérémy Zurcher"
,"Guocheng"
,"David Runge"
,"Darío Hereñú"
,"Aaron"
,"Julien de Kozak"
,"luz paz"
,"Paul Vint"
,"Daniele Medri"
,"Raphael Graf"
,"Houston4444"
,"Dan Church"
};
m_pContributorList = std::make_shared<std::vector<QString>>(v);
}
Expand Down
2 changes: 1 addition & 1 deletion src/gui/src/about_dialog_contributor_list_update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ cat > AboutDialogContributorList.cpp <<"EOF"
*/
#include "AboutDialogContributorList.h"
AboutDialogContributorList::AboutDialogContributorList() : H2Core::Object() {
AboutDialogContributorList::AboutDialogContributorList() {
std::vector<QString> v{
EOF
Expand Down

0 comments on commit 769ee9d

Please sign in to comment.