mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Add brian6932 to contributors list (#3591)
This commit is contained in:
parent
778afc293d
commit
980a3e1be4
BIN
resources/avatars/brian6932.png
Normal file
BIN
resources/avatars/brian6932.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
|
@ -48,6 +48,7 @@ xHeaveny_ | https://github.com/xHeaveny | :/avatars/xheaveny.png | Contributor
|
|||
1xelerate | https://github.com/1xelerate | :/avatars/_1xelerate.png | Contributor
|
||||
acdvs | https://github.com/acdvs | | Contributor
|
||||
karl-police | https://github.com/karl-police | :/avatars/karlpolice.png | Contributor
|
||||
brian6932 | https://github.com/brian6932 | :/avatars/brian6932.png | Contributor
|
||||
|
||||
# If you are a contributor add yourself above this line
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
<qresource prefix="/">
|
||||
<file>avatars/_1xelerate.png</file>
|
||||
<file>avatars/alazymeme.png</file>
|
||||
<file>avatars/brian6932.png</file>
|
||||
<file>avatars/fourtf.png</file>
|
||||
<file>avatars/kararty.png</file>
|
||||
<file>avatars/karlpolice.png</file>
|
||||
|
|
|
@ -6,6 +6,7 @@ Resources2::Resources2()
|
|||
{
|
||||
this->avatars._1xelerate = QPixmap(":/avatars/_1xelerate.png");
|
||||
this->avatars.alazymeme = QPixmap(":/avatars/alazymeme.png");
|
||||
this->avatars.brian6932 = QPixmap(":/avatars/brian6932.png");
|
||||
this->avatars.fourtf = QPixmap(":/avatars/fourtf.png");
|
||||
this->avatars.kararty = QPixmap(":/avatars/kararty.png");
|
||||
this->avatars.karlpolice = QPixmap(":/avatars/karl-police.png");
|
||||
|
|
|
@ -11,6 +11,7 @@ public:
|
|||
struct {
|
||||
QPixmap _1xelerate;
|
||||
QPixmap alazymeme;
|
||||
QPixmap brian6932;
|
||||
QPixmap fourtf;
|
||||
QPixmap kararty;
|
||||
QPixmap karlpolice;
|
||||
|
|
Loading…
Reference in a new issue