hydrogen
1.2.3
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-2024 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
*/
24
#include "
AboutDialogContributorList.h
"
25
26
AboutDialogContributorList::AboutDialogContributorList
() {
27
28
std::vector<QString> v{
29
"theGreatWhiteShark"
30
,
"Charbel Jacquin"
31
,
"Colin McEwan"
32
,
"Sebastian Moors"
33
,
"oddtime"
34
,
"Julien de Kozak"
35
,
"Olivier HUMBERT"
36
,
"Paul Vint"
37
,
"luz paz"
38
,
"Hubert Figuière"
39
,
"Daniele Medri"
40
,
"Raphael Graf"
41
,
"psykose"
42
,
"ignotus666"
43
,
"Houston4444"
44
,
"Dan Church"
45
,
"Adam Shamblin"
46
};
47
m_pContributorList
= std::make_shared<std::vector<QString>>(v);
48
}
49
50
AboutDialogContributorList::~AboutDialogContributorList
() {}
AboutDialogContributorList.h
AboutDialogContributorList::AboutDialogContributorList
AboutDialogContributorList()
Definition
AboutDialogContributorList.cpp:26
AboutDialogContributorList::~AboutDialogContributorList
~AboutDialogContributorList()
Definition
AboutDialogContributorList.cpp:50
AboutDialogContributorList::m_pContributorList
std::shared_ptr< std::vector< QString > > m_pContributorList
Definition
AboutDialogContributorList.h:42
src
gui
src
AboutDialogContributorList.cpp
Generated by
1.10.0