Add karl-police to contributors list (#3559)

Co-authored-by: Felanbird <41973452+Felanbird@users.noreply.github.com>
This commit is contained in:
karl-police 2022-02-02 22:03:20 +01:00 committed by GitHub
parent 6ef8e482c3
commit 5490ff5015
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 4 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

View file

@ -47,6 +47,7 @@ ALazyMeme | https://github.com/alazymeme | :/avatars/alazymeme.png | Contributor
xHeaveny_ | https://github.com/xHeaveny | :/avatars/xheaveny.png | Contributor
1xelerate | https://github.com/1xelerate | :/avatars/_1xelerate.png | Contributor
acdvs | https://github.com/acdvs | | Contributor
karl-police | https://github.com/karl-police | :/avatars/karlpolice.png | Contributor
# If you are a contributor add yourself above this line

View file

@ -4,6 +4,7 @@
<file>avatars/alazymeme.png</file>
<file>avatars/fourtf.png</file>
<file>avatars/kararty.png</file>
<file>avatars/karlpolice.png</file>
<file>avatars/matthewde.jpg</file>
<file>avatars/mm2pl.png</file>
<file>avatars/pajlada.png</file>

View file

@ -8,6 +8,7 @@ Resources2::Resources2()
this->avatars.alazymeme = QPixmap(":/avatars/alazymeme.png");
this->avatars.fourtf = QPixmap(":/avatars/fourtf.png");
this->avatars.kararty = QPixmap(":/avatars/kararty.png");
this->avatars.karlpolice = QPixmap(":/avatars/karl-police.png");
this->avatars.mm2pl = QPixmap(":/avatars/mm2pl.png");
this->avatars.pajlada = QPixmap(":/avatars/pajlada.png");
this->avatars.slch = QPixmap(":/avatars/slch.png");

View file

@ -13,6 +13,7 @@ public:
QPixmap alazymeme;
QPixmap fourtf;
QPixmap kararty;
QPixmap karlpolice;
QPixmap mm2pl;
QPixmap pajlada;
QPixmap slch;