Add Jaxkey to contributors list (#3842)

This commit is contained in:
Jaxkey 2022-06-28 13:19:56 -04:00 committed by GitHub
parent f49e8b4bc8
commit 1456838dbb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 4 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

View file

@ -51,6 +51,7 @@ karl-police | https://github.com/karl-police | :/avatars/karlpolice.png | Contri
brian6932 | https://github.com/brian6932 | :/avatars/brian6932.png | Contributor
hicupalot | https://github.com/hicupalot | :/avatars/hicupalot.png | Contributor
iProdigy | https://github.com/iProdigy | :/avatars/iprodigy.png | Contributor
Jaxkey | https://github.com/Jaxkey | :/avatars/jaxkey.png | Contributor
# If you are a contributor add yourself above this line

View file

@ -6,6 +6,7 @@
<file>avatars/fourtf.png</file>
<file>avatars/hicupalot.png</file>
<file>avatars/iprodigy.png</file>
<file>avatars/jaxkey.png</file>
<file>avatars/kararty.png</file>
<file>avatars/karlpolice.png</file>
<file>avatars/matthewde.jpg</file>

View file

@ -10,6 +10,7 @@ Resources2::Resources2()
this->avatars.fourtf = QPixmap(":/avatars/fourtf.png");
this->avatars.hicupalot = QPixmap(":/avatars/hicupalot.png");
this->avatars.iprodigy = QPixmap(":/avatars/iprodigy.png");
this->avatars.jaxkey = QPixmap(":/avatars/jaxkey.png");
this->avatars.kararty = QPixmap(":/avatars/kararty.png");
this->avatars.karlpolice = QPixmap(":/avatars/karlpolice.png");
this->avatars.mm2pl = QPixmap(":/avatars/mm2pl.png");

View file

@ -15,6 +15,7 @@ public:
QPixmap fourtf;
QPixmap hicupalot;
QPixmap iprodigy;
QPixmap jaxkey;
QPixmap kararty;
QPixmap karlpolice;
QPixmap mm2pl;