mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Add iProdigy to contributors list (#3661)
This commit is contained in:
parent
a53f8d32e1
commit
3afdb3367f
5 changed files with 5 additions and 1 deletions
BIN
resources/avatars/iprodigy.png
Normal file
BIN
resources/avatars/iprodigy.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 29 KiB |
|
@ -50,6 +50,7 @@ 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
|
||||
hicupalot | https://github.com/hicupalot | | Contributor
|
||||
iProdigy | https://github.com/iProdigy | :/avatars/iprodigy.png | Contributor
|
||||
|
||||
# If you are a contributor add yourself above this line
|
||||
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
<file>avatars/alazymeme.png</file>
|
||||
<file>avatars/brian6932.png</file>
|
||||
<file>avatars/fourtf.png</file>
|
||||
<file>avatars/iprodigy.png</file>
|
||||
<file>avatars/kararty.png</file>
|
||||
<file>avatars/karlpolice.png</file>
|
||||
<file>avatars/matthewde.jpg</file>
|
||||
|
|
|
@ -8,8 +8,9 @@ Resources2::Resources2()
|
|||
this->avatars.alazymeme = QPixmap(":/avatars/alazymeme.png");
|
||||
this->avatars.brian6932 = QPixmap(":/avatars/brian6932.png");
|
||||
this->avatars.fourtf = QPixmap(":/avatars/fourtf.png");
|
||||
this->avatars.iprodigy = QPixmap(":/avatars/iprodigy.png");
|
||||
this->avatars.kararty = QPixmap(":/avatars/kararty.png");
|
||||
this->avatars.karlpolice = QPixmap(":/avatars/karl-police.png");
|
||||
this->avatars.karlpolice = QPixmap(":/avatars/karlpolice.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 brian6932;
|
||||
QPixmap fourtf;
|
||||
QPixmap iprodigy;
|
||||
QPixmap kararty;
|
||||
QPixmap karlpolice;
|
||||
QPixmap mm2pl;
|
||||
|
|
Loading…
Reference in a new issue