Added hicupalot's avatar to the Contribution List (#3674)

This commit is contained in:
hicupalot 2022-04-12 23:55:42 +01:00 committed by GitHub
parent 778ddc441f
commit 200f364a47
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 4 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

View file

@ -49,7 +49,7 @@ xHeaveny_ | https://github.com/xHeaveny | :/avatars/xheaveny.png | Contributor
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
hicupalot | https://github.com/hicupalot | :/avatars/hicupalot.png | 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/hicupalot.png</file>
<file>avatars/iprodigy.png</file>
<file>avatars/kararty.png</file>
<file>avatars/karlpolice.png</file>

View file

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

View file

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