Add iProdigy to contributors list (#3661)

This commit is contained in:
Sidd 2022-04-07 20:56:20 -07:00 committed by GitHub
parent a53f8d32e1
commit 3afdb3367f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

View file

@ -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

View file

@ -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>

View 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");

View file

@ -13,6 +13,7 @@ public:
QPixmap alazymeme;
QPixmap brian6932;
QPixmap fourtf;
QPixmap iprodigy;
QPixmap kararty;
QPixmap karlpolice;
QPixmap mm2pl;