mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Add Mm2PL's avatar to contributors list. (#2139)
This commit is contained in:
parent
3c1abbd297
commit
ee14492e15
BIN
resources/avatars/mm2pl.png
Normal file
BIN
resources/avatars/mm2pl.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 32 KiB |
|
@ -32,7 +32,7 @@ machgo | https://github.com/machgo | | Contributor
|
|||
TranRed | https://github.com/TranRed | | Contributor
|
||||
RAnders00 | https://github.com/RAnders00 | | Contributor
|
||||
YungLPR | https://github.com/leon-richardt | | Contributor
|
||||
Mm2PL | https://github.com/mm2pl | | Contributor
|
||||
Mm2PL | https://github.com/mm2pl | :/avatars/mm2pl.png | Contributor
|
||||
gempir | https://github.com/gempir | | Contributor
|
||||
mfmarlow | https://github.com/mfmarlow | | Contributor
|
||||
dnsge | https://github.com/dnsge | | Contributor
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
<RCC>
|
||||
<qresource prefix="/">
|
||||
<file>avatars/fourtf.png</file>
|
||||
<file>avatars/mm2pl.png</file>
|
||||
<file>avatars/pajlada.png</file>
|
||||
<file>avatars/zneix.png</file>
|
||||
<file>buttons/addSplit.png</file>
|
||||
|
|
|
@ -5,6 +5,7 @@ namespace chatterino {
|
|||
Resources2::Resources2()
|
||||
{
|
||||
this->avatars.fourtf = QPixmap(":/avatars/fourtf.png");
|
||||
this->avatars.mm2pl = QPixmap(":/avatars/mm2pl.png");
|
||||
this->avatars.pajlada = QPixmap(":/avatars/pajlada.png");
|
||||
this->avatars.zneix = QPixmap(":/avatars/zneix.png");
|
||||
this->buttons.addSplit = QPixmap(":/buttons/addSplit.png");
|
||||
|
|
|
@ -10,6 +10,7 @@ public:
|
|||
|
||||
struct {
|
||||
QPixmap fourtf;
|
||||
QPixmap mm2pl;
|
||||
QPixmap pajlada;
|
||||
QPixmap zneix;
|
||||
} avatars;
|
||||
|
|
Loading…
Reference in a new issue