Add 1xelerate to the contributors list (#3331)
* added underscore prefix to file names since they started with a number
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user