Added Explooosion to contributors list (#3948)
Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
@@ -52,6 +52,7 @@ brian6932 | https://github.com/brian6932 | :/avatars/brian6932.png | Contributor
|
|||||||
hicupalot | https://github.com/hicupalot | :/avatars/hicupalot.png | Contributor
|
hicupalot | https://github.com/hicupalot | :/avatars/hicupalot.png | Contributor
|
||||||
iProdigy | https://github.com/iProdigy | :/avatars/iprodigy.png | Contributor
|
iProdigy | https://github.com/iProdigy | :/avatars/iprodigy.png | Contributor
|
||||||
Jaxkey | https://github.com/Jaxkey | :/avatars/jaxkey.png | Contributor
|
Jaxkey | https://github.com/Jaxkey | :/avatars/jaxkey.png | Contributor
|
||||||
|
Explooosion | https://github.com/Explooosion-code | :/avatars/explooosion_code.png | Contributor
|
||||||
|
|
||||||
# If you are a contributor add yourself above this line
|
# If you are a contributor add yourself above this line
|
||||||
|
|
||||||
|
|||||||
@@ -3,6 +3,7 @@
|
|||||||
<file>avatars/_1xelerate.png</file>
|
<file>avatars/_1xelerate.png</file>
|
||||||
<file>avatars/alazymeme.png</file>
|
<file>avatars/alazymeme.png</file>
|
||||||
<file>avatars/brian6932.png</file>
|
<file>avatars/brian6932.png</file>
|
||||||
|
<file>avatars/explooosion_code.png</file>
|
||||||
<file>avatars/fourtf.png</file>
|
<file>avatars/fourtf.png</file>
|
||||||
<file>avatars/hicupalot.png</file>
|
<file>avatars/hicupalot.png</file>
|
||||||
<file>avatars/iprodigy.png</file>
|
<file>avatars/iprodigy.png</file>
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ Resources2::Resources2()
|
|||||||
this->avatars._1xelerate = QPixmap(":/avatars/_1xelerate.png");
|
this->avatars._1xelerate = QPixmap(":/avatars/_1xelerate.png");
|
||||||
this->avatars.alazymeme = QPixmap(":/avatars/alazymeme.png");
|
this->avatars.alazymeme = QPixmap(":/avatars/alazymeme.png");
|
||||||
this->avatars.brian6932 = QPixmap(":/avatars/brian6932.png");
|
this->avatars.brian6932 = QPixmap(":/avatars/brian6932.png");
|
||||||
|
this->avatars.explooosion_code = QPixmap(":/avatars/explooosion_code.png");
|
||||||
this->avatars.fourtf = QPixmap(":/avatars/fourtf.png");
|
this->avatars.fourtf = QPixmap(":/avatars/fourtf.png");
|
||||||
this->avatars.hicupalot = QPixmap(":/avatars/hicupalot.png");
|
this->avatars.hicupalot = QPixmap(":/avatars/hicupalot.png");
|
||||||
this->avatars.iprodigy = QPixmap(":/avatars/iprodigy.png");
|
this->avatars.iprodigy = QPixmap(":/avatars/iprodigy.png");
|
||||||
|
|||||||
@@ -12,6 +12,7 @@ public:
|
|||||||
QPixmap _1xelerate;
|
QPixmap _1xelerate;
|
||||||
QPixmap alazymeme;
|
QPixmap alazymeme;
|
||||||
QPixmap brian6932;
|
QPixmap brian6932;
|
||||||
|
QPixmap explooosion_code;
|
||||||
QPixmap fourtf;
|
QPixmap fourtf;
|
||||||
QPixmap hicupalot;
|
QPixmap hicupalot;
|
||||||
QPixmap iprodigy;
|
QPixmap iprodigy;
|
||||||
|
|||||||
Reference in New Issue
Block a user