Add Jaxkey to contributors list (#3842)

This commit is contained in:
Jaxkey
2022-06-28 13:19:56 -04:00
committed by GitHub
parent f49e8b4bc8
commit 1456838dbb
5 changed files with 4 additions and 0 deletions
+1
View File
@@ -10,6 +10,7 @@ Resources2::Resources2()
this->avatars.fourtf = QPixmap(":/avatars/fourtf.png");
this->avatars.hicupalot = QPixmap(":/avatars/hicupalot.png");
this->avatars.iprodigy = QPixmap(":/avatars/iprodigy.png");
this->avatars.jaxkey = QPixmap(":/avatars/jaxkey.png");
this->avatars.kararty = QPixmap(":/avatars/kararty.png");
this->avatars.karlpolice = QPixmap(":/avatars/karlpolice.png");
this->avatars.mm2pl = QPixmap(":/avatars/mm2pl.png");
+1
View File
@@ -15,6 +15,7 @@ public:
QPixmap fourtf;
QPixmap hicupalot;
QPixmap iprodigy;
QPixmap jaxkey;
QPixmap kararty;
QPixmap karlpolice;
QPixmap mm2pl;