mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Add 1xelerate to the contributors list (#3331)
* added underscore prefix to file names since they started with a number
This commit is contained in:
parent
0b914ccd97
commit
8b921ae663
5 changed files with 4 additions and 0 deletions
BIN
resources/avatars/_1xelerate.png
Normal file
BIN
resources/avatars/_1xelerate.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5 KiB |
|
@ -45,6 +45,7 @@ Talen | https://github.com/talneoran | | Contributor
|
|||
SLCH | https://github.com/SLCH | :/avatars/slch.png | Contributor
|
||||
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
|
||||
|
||||
# If you are a contributor add yourself above this line
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<RCC>
|
||||
<qresource prefix="/">
|
||||
<file>avatars/_1xelerate.png</file>
|
||||
<file>avatars/alazymeme.png</file>
|
||||
<file>avatars/fourtf.png</file>
|
||||
<file>avatars/kararty.png</file>
|
||||
|
|
|
@ -4,6 +4,7 @@ namespace chatterino {
|
|||
|
||||
Resources2::Resources2()
|
||||
{
|
||||
this->avatars._1xelerate = QPixmap(":/avatars/_1xelerate.png");
|
||||
this->avatars.alazymeme = QPixmap(":/avatars/alazymeme.png");
|
||||
this->avatars.fourtf = QPixmap(":/avatars/fourtf.png");
|
||||
this->avatars.kararty = QPixmap(":/avatars/kararty.png");
|
||||
|
|
|
@ -9,6 +9,7 @@ public:
|
|||
Resources2();
|
||||
|
||||
struct {
|
||||
QPixmap _1xelerate;
|
||||
QPixmap alazymeme;
|
||||
QPixmap fourtf;
|
||||
QPixmap kararty;
|
||||
|
|
Loading…
Reference in a new issue