mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Add ALazyMeme to the contributor list (#3097)
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
This commit is contained in:
parent
0f0b0c03b8
commit
3238d1f801
5 changed files with 4 additions and 0 deletions
BIN
resources/avatars/alazymeme.png
Normal file
BIN
resources/avatars/alazymeme.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 21 KiB |
|
@ -43,6 +43,7 @@ matthewde | https://github.com/m4tthewde | :/avatars/matthewde.jpg | Contributor
|
||||||
Karar Al-Remahy | https://github.com/KararTY | :/avatars/kararty.png | Contributor
|
Karar Al-Remahy | https://github.com/KararTY | :/avatars/kararty.png | Contributor
|
||||||
Talen | https://github.com/talneoran | | Contributor
|
Talen | https://github.com/talneoran | | Contributor
|
||||||
SLCH | https://github.com/SLCH | :/avatars/slch.png | Contributor
|
SLCH | https://github.com/SLCH | :/avatars/slch.png | Contributor
|
||||||
|
ALazyMeme | https://github.com/alazymeme | :/avatars/alazymeme.png | Contributor
|
||||||
xHeaveny_ | https://github.com/xHeaveny | :/avatars/xheaveny.png | Contributor
|
xHeaveny_ | https://github.com/xHeaveny | :/avatars/xheaveny.png | Contributor
|
||||||
|
|
||||||
# If you are a contributor add yourself above this line
|
# If you are a contributor add yourself above this line
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
<RCC>
|
<RCC>
|
||||||
<qresource prefix="/">
|
<qresource prefix="/">
|
||||||
|
<file>avatars/alazymeme.png</file>
|
||||||
<file>avatars/fourtf.png</file>
|
<file>avatars/fourtf.png</file>
|
||||||
<file>avatars/kararty.png</file>
|
<file>avatars/kararty.png</file>
|
||||||
<file>avatars/matthewde.jpg</file>
|
<file>avatars/matthewde.jpg</file>
|
||||||
|
|
|
@ -4,6 +4,7 @@ namespace chatterino {
|
||||||
|
|
||||||
Resources2::Resources2()
|
Resources2::Resources2()
|
||||||
{
|
{
|
||||||
|
this->avatars.alazymeme = QPixmap(":/avatars/alazymeme.png");
|
||||||
this->avatars.fourtf = QPixmap(":/avatars/fourtf.png");
|
this->avatars.fourtf = QPixmap(":/avatars/fourtf.png");
|
||||||
this->avatars.kararty = QPixmap(":/avatars/kararty.png");
|
this->avatars.kararty = QPixmap(":/avatars/kararty.png");
|
||||||
this->avatars.mm2pl = QPixmap(":/avatars/mm2pl.png");
|
this->avatars.mm2pl = QPixmap(":/avatars/mm2pl.png");
|
||||||
|
|
|
@ -9,6 +9,7 @@ public:
|
||||||
Resources2();
|
Resources2();
|
||||||
|
|
||||||
struct {
|
struct {
|
||||||
|
QPixmap alazymeme;
|
||||||
QPixmap fourtf;
|
QPixmap fourtf;
|
||||||
QPixmap kararty;
|
QPixmap kararty;
|
||||||
QPixmap mm2pl;
|
QPixmap mm2pl;
|
||||||
|
|
Loading…
Reference in a new issue