Added SLCH to contributors list (#2990)

This commit is contained in:
SLCH 2021-07-11 17:10:51 +04:00 committed by GitHub
parent faafbdaad4
commit 8c113c2311
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 4 additions and 0 deletions

BIN
resources/avatars/slch.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

View file

@ -42,6 +42,7 @@ Iulian Onofrei | https://github.com/revolter | :/avatars/revolter.jpg | Contribu
matthewde | https://github.com/m4tthewde | :/avatars/matthewde.jpg | Contributor
Karar Al-Remahy | https://github.com/KararTY | :/avatars/kararty.png | Contributor
Talen | https://github.com/talneoran | | Contributor
SLCH | https://github.com/SLCH | :/avatars/slch.png | Contributor
# If you are a contributor add yourself above this line

View file

@ -6,6 +6,7 @@
<file>avatars/mm2pl.png</file>
<file>avatars/pajlada.png</file>
<file>avatars/revolter.jpg</file>
<file>avatars/slch.png</file>
<file>avatars/zneix.png</file>
<file>buttons/addSplit.png</file>
<file>buttons/addSplitDark.png</file>

View file

@ -8,6 +8,7 @@ Resources2::Resources2()
this->avatars.kararty = QPixmap(":/avatars/kararty.png");
this->avatars.mm2pl = QPixmap(":/avatars/mm2pl.png");
this->avatars.pajlada = QPixmap(":/avatars/pajlada.png");
this->avatars.slch = QPixmap(":/avatars/slch.png");
this->avatars.zneix = QPixmap(":/avatars/zneix.png");
this->buttons.addSplit = QPixmap(":/buttons/addSplit.png");
this->buttons.addSplitDark = QPixmap(":/buttons/addSplitDark.png");

View file

@ -13,6 +13,7 @@ public:
QPixmap kararty;
QPixmap mm2pl;
QPixmap pajlada;
QPixmap slch;
QPixmap zneix;
} avatars;
struct {