mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Added hicupalot's avatar to the Contribution List (#3674)
This commit is contained in:
parent
778ddc441f
commit
200f364a47
5 changed files with 4 additions and 1 deletions
BIN
resources/avatars/hicupalot.png
Normal file
BIN
resources/avatars/hicupalot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 28 KiB |
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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");
|
||||
|
|
|
@ -13,6 +13,7 @@ public:
|
|||
QPixmap alazymeme;
|
||||
QPixmap brian6932;
|
||||
QPixmap fourtf;
|
||||
QPixmap hicupalot;
|
||||
QPixmap iprodigy;
|
||||
QPixmap kararty;
|
||||
QPixmap karlpolice;
|
||||
|
|
Loading…
Reference in a new issue