mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Add karl-police to contributors list (#3559)
Co-authored-by: Felanbird <41973452+Felanbird@users.noreply.github.com>
This commit is contained in:
parent
6ef8e482c3
commit
5490ff5015
BIN
resources/avatars/karlpolice.png
Normal file
BIN
resources/avatars/karlpolice.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
|
@ -47,6 +47,7 @@ ALazyMeme | https://github.com/alazymeme | :/avatars/alazymeme.png | Contributor
|
|||
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
|
||||
|
||||
# If you are a contributor add yourself above this line
|
||||
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
<file>avatars/alazymeme.png</file>
|
||||
<file>avatars/fourtf.png</file>
|
||||
<file>avatars/kararty.png</file>
|
||||
<file>avatars/karlpolice.png</file>
|
||||
<file>avatars/matthewde.jpg</file>
|
||||
<file>avatars/mm2pl.png</file>
|
||||
<file>avatars/pajlada.png</file>
|
||||
|
|
|
@ -8,6 +8,7 @@ Resources2::Resources2()
|
|||
this->avatars.alazymeme = QPixmap(":/avatars/alazymeme.png");
|
||||
this->avatars.fourtf = QPixmap(":/avatars/fourtf.png");
|
||||
this->avatars.kararty = QPixmap(":/avatars/kararty.png");
|
||||
this->avatars.karlpolice = QPixmap(":/avatars/karl-police.png");
|
||||
this->avatars.mm2pl = QPixmap(":/avatars/mm2pl.png");
|
||||
this->avatars.pajlada = QPixmap(":/avatars/pajlada.png");
|
||||
this->avatars.slch = QPixmap(":/avatars/slch.png");
|
||||
|
|
|
@ -13,6 +13,7 @@ public:
|
|||
QPixmap alazymeme;
|
||||
QPixmap fourtf;
|
||||
QPixmap kararty;
|
||||
QPixmap karlpolice;
|
||||
QPixmap mm2pl;
|
||||
QPixmap pajlada;
|
||||
QPixmap slch;
|
||||
|
|
Loading…
Reference in a new issue