Add mohad12211 to contributors list (#4138)

This commit is contained in:
mohad12211
2022-11-11 02:34:47 +03:00
committed by GitHub
parent 3fcb7e1702
commit f86b5b90a8
5 changed files with 4 additions and 0 deletions
+1
View File
@@ -15,6 +15,7 @@ Resources2::Resources2()
this->avatars.kararty = QPixmap(":/avatars/kararty.png");
this->avatars.karlpolice = QPixmap(":/avatars/karlpolice.png");
this->avatars.mm2pl = QPixmap(":/avatars/mm2pl.png");
this->avatars.mohad12211 = QPixmap(":/avatars/mohad12211.png");
this->avatars.pajlada = QPixmap(":/avatars/pajlada.png");
this->avatars.slch = QPixmap(":/avatars/slch.png");
this->avatars.xheaveny = QPixmap(":/avatars/xheaveny.png");
+1
View File
@@ -20,6 +20,7 @@ public:
QPixmap kararty;
QPixmap karlpolice;
QPixmap mm2pl;
QPixmap mohad12211;
QPixmap pajlada;
QPixmap slch;
QPixmap xheaveny;