mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Add mohad12211 to contributors list (#4138)
This commit is contained in:
parent
3fcb7e1702
commit
f86b5b90a8
BIN
resources/avatars/mohad12211.png
Normal file
BIN
resources/avatars/mohad12211.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
|
@ -53,6 +53,7 @@ hicupalot | https://github.com/hicupalot | :/avatars/hicupalot.png | Contributor
|
||||||
iProdigy | https://github.com/iProdigy | :/avatars/iprodigy.png | Contributor
|
iProdigy | https://github.com/iProdigy | :/avatars/iprodigy.png | Contributor
|
||||||
Jaxkey | https://github.com/Jaxkey | :/avatars/jaxkey.png | Contributor
|
Jaxkey | https://github.com/Jaxkey | :/avatars/jaxkey.png | Contributor
|
||||||
Explooosion | https://github.com/Explooosion-code | :/avatars/explooosion_code.png | Contributor
|
Explooosion | https://github.com/Explooosion-code | :/avatars/explooosion_code.png | Contributor
|
||||||
|
mohad12211 | https://github.com/mohad12211 | :/avatars/mohad12211.png | Contributor
|
||||||
|
|
||||||
# If you are a contributor add yourself above this line
|
# If you are a contributor add yourself above this line
|
||||||
|
|
||||||
|
|
|
@ -12,6 +12,7 @@
|
||||||
<file>avatars/karlpolice.png</file>
|
<file>avatars/karlpolice.png</file>
|
||||||
<file>avatars/matthewde.jpg</file>
|
<file>avatars/matthewde.jpg</file>
|
||||||
<file>avatars/mm2pl.png</file>
|
<file>avatars/mm2pl.png</file>
|
||||||
|
<file>avatars/mohad12211.png</file>
|
||||||
<file>avatars/pajlada.png</file>
|
<file>avatars/pajlada.png</file>
|
||||||
<file>avatars/revolter.jpg</file>
|
<file>avatars/revolter.jpg</file>
|
||||||
<file>avatars/slch.png</file>
|
<file>avatars/slch.png</file>
|
||||||
|
|
|
@ -15,6 +15,7 @@ Resources2::Resources2()
|
||||||
this->avatars.kararty = QPixmap(":/avatars/kararty.png");
|
this->avatars.kararty = QPixmap(":/avatars/kararty.png");
|
||||||
this->avatars.karlpolice = QPixmap(":/avatars/karlpolice.png");
|
this->avatars.karlpolice = QPixmap(":/avatars/karlpolice.png");
|
||||||
this->avatars.mm2pl = QPixmap(":/avatars/mm2pl.png");
|
this->avatars.mm2pl = QPixmap(":/avatars/mm2pl.png");
|
||||||
|
this->avatars.mohad12211 = QPixmap(":/avatars/mohad12211.png");
|
||||||
this->avatars.pajlada = QPixmap(":/avatars/pajlada.png");
|
this->avatars.pajlada = QPixmap(":/avatars/pajlada.png");
|
||||||
this->avatars.slch = QPixmap(":/avatars/slch.png");
|
this->avatars.slch = QPixmap(":/avatars/slch.png");
|
||||||
this->avatars.xheaveny = QPixmap(":/avatars/xheaveny.png");
|
this->avatars.xheaveny = QPixmap(":/avatars/xheaveny.png");
|
||||||
|
|
|
@ -20,6 +20,7 @@ public:
|
||||||
QPixmap kararty;
|
QPixmap kararty;
|
||||||
QPixmap karlpolice;
|
QPixmap karlpolice;
|
||||||
QPixmap mm2pl;
|
QPixmap mm2pl;
|
||||||
|
QPixmap mohad12211;
|
||||||
QPixmap pajlada;
|
QPixmap pajlada;
|
||||||
QPixmap slch;
|
QPixmap slch;
|
||||||
QPixmap xheaveny;
|
QPixmap xheaveny;
|
||||||
|
|
Loading…
Reference in a new issue