diff --git a/resources/avatars/alazymeme.png b/resources/avatars/alazymeme.png new file mode 100644 index 00000000..66ac412b Binary files /dev/null and b/resources/avatars/alazymeme.png differ diff --git a/resources/contributors.txt b/resources/contributors.txt index 135b6abd..13e67ea9 100644 --- a/resources/contributors.txt +++ b/resources/contributors.txt @@ -43,6 +43,7 @@ matthewde | https://github.com/m4tthewde | :/avatars/matthewde.jpg | Contributor Karar Al-Remahy | https://github.com/KararTY | :/avatars/kararty.png | Contributor 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 # If you are a contributor add yourself above this line diff --git a/resources/resources_autogenerated.qrc b/resources/resources_autogenerated.qrc index 85cbf9d7..8890d5f0 100644 --- a/resources/resources_autogenerated.qrc +++ b/resources/resources_autogenerated.qrc @@ -1,5 +1,6 @@ + avatars/alazymeme.png avatars/fourtf.png avatars/kararty.png avatars/matthewde.jpg diff --git a/src/autogenerated/ResourcesAutogen.cpp b/src/autogenerated/ResourcesAutogen.cpp index 008fb9d6..4395159b 100644 --- a/src/autogenerated/ResourcesAutogen.cpp +++ b/src/autogenerated/ResourcesAutogen.cpp @@ -4,6 +4,7 @@ namespace chatterino { Resources2::Resources2() { + this->avatars.alazymeme = QPixmap(":/avatars/alazymeme.png"); this->avatars.fourtf = QPixmap(":/avatars/fourtf.png"); this->avatars.kararty = QPixmap(":/avatars/kararty.png"); this->avatars.mm2pl = QPixmap(":/avatars/mm2pl.png"); diff --git a/src/autogenerated/ResourcesAutogen.hpp b/src/autogenerated/ResourcesAutogen.hpp index f5454954..ec5582ea 100644 --- a/src/autogenerated/ResourcesAutogen.hpp +++ b/src/autogenerated/ResourcesAutogen.hpp @@ -9,6 +9,7 @@ public: Resources2(); struct { + QPixmap alazymeme; QPixmap fourtf; QPixmap kararty; QPixmap mm2pl;