Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 1xelerate to the contributors list #3331

Merged
merged 5 commits into from
Oct 31, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added resources/avatars/_1xelerate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions resources/contributors.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions resources/resources_autogenerated.qrc
Original file line number Diff line number Diff line change
@@ -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>
Expand Down
1 change: 1 addition & 0 deletions src/autogenerated/ResourcesAutogen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down
1 change: 1 addition & 0 deletions src/autogenerated/ResourcesAutogen.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ class Resources2 : public Singleton
Resources2();

struct {
QPixmap _1xelerate;
QPixmap alazymeme;
QPixmap fourtf;
QPixmap kararty;
Expand Down