hydrogen 1.2.6
AboutDialogContributorList.cpp
Go to the documentation of this file.
1// This file was automatically created by the update_contributors.sh
2// script. Please don't modify it by hand.
3/*
4 * Hydrogen
5 * Copyright(c) 2002-2008 by Alex >Comix< Cominu [comix@users.sourceforge.net]
6 * Copyright(c) 2008-2025 The hydrogen development team [hydrogen-devel@lists.sourceforge.net]
7 *
8 * http://www.hydrogen-music.org
9 *
10 * This program is free software; you can redistribute it and/or modify
11 * it under the terms of the GNU General Public License as published by
12 * the Free Software Foundation; either version 2 of the License, or
13 * (at your option) any later version.
14 *
15 * This program is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY, without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU General Public License for more details.
19 *
20 * You should have received a copy of the GNU General Public License
21 * along with this program. If not, see https://www.gnu.org/licenses
22 *
23 */
25
27
28 std::vector<QString> v{
29"Charbel Jacquin"
30,"Sebastian Moors"
31,"oddtime"
32,"Julien de Kozak"
33,"Olivier HUMBERT"
34,"Paul Vint"
35,"luz paz"
36,"Hubert Figuière"
37,"Daniele Medri"
38,"Raphael Graf"
39,"psykose"
40,"ignotus666"
41,"Houston4444"
42,"Dan Church"
43,"Adam Shamblin"
44,"Giovana Morais"
45,"Rosea Grammostola"
46,"Al Dimond"
47};
48 m_pContributorList = std::make_shared<std::vector<QString>>(v);
49}
50
std::shared_ptr< std::vector< QString > > m_pContributorList