Added Explooosion to contributors list (#3948)

Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
This commit is contained in:
Explooosion-code 2022-09-04 20:48:35 +02:00 committed by GitHub
parent 92301e7d72
commit 7ad7082535
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: 15 KiB

View file

@ -52,6 +52,7 @@ 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
Explooosion | https://github.com/Explooosion-code | :/avatars/explooosion_code.png | Contributor
# If you are a contributor add yourself above this line

View file

@ -3,6 +3,7 @@
<file>avatars/_1xelerate.png</file>
<file>avatars/alazymeme.png</file>
<file>avatars/brian6932.png</file>
<file>avatars/explooosion_code.png</file>
<file>avatars/fourtf.png</file>
<file>avatars/hicupalot.png</file>
<file>avatars/iprodigy.png</file>

View file

@ -7,6 +7,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.explooosion_code = QPixmap(":/avatars/explooosion_code.png");
this->avatars.fourtf = QPixmap(":/avatars/fourtf.png");
this->avatars.hicupalot = QPixmap(":/avatars/hicupalot.png");
this->avatars.iprodigy = QPixmap(":/avatars/iprodigy.png");

View file

@ -12,6 +12,7 @@ public:
QPixmap _1xelerate;
QPixmap alazymeme;
QPixmap brian6932;
QPixmap explooosion_code;
QPixmap fourtf;
QPixmap hicupalot;
QPixmap iprodigy;