Updated autogenerated resources (#2931)

CC #2530
This commit is contained in:
Paweł 2021-06-27 23:19:09 +02:00 committed by GitHub
parent 93eafea377
commit b969108cca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 1 deletions

View file

@ -1,12 +1,12 @@
<RCC> <RCC>
<qresource prefix="/"> <qresource prefix="/">
<file>avatars/fourtf.png</file> <file>avatars/fourtf.png</file>
<file>avatars/kararty.png</file>
<file>avatars/matthewde.jpg</file> <file>avatars/matthewde.jpg</file>
<file>avatars/mm2pl.png</file> <file>avatars/mm2pl.png</file>
<file>avatars/pajlada.png</file> <file>avatars/pajlada.png</file>
<file>avatars/revolter.jpg</file> <file>avatars/revolter.jpg</file>
<file>avatars/zneix.png</file> <file>avatars/zneix.png</file>
<file>avatars/kararty.png</file>
<file>buttons/addSplit.png</file> <file>buttons/addSplit.png</file>
<file>buttons/addSplitDark.png</file> <file>buttons/addSplitDark.png</file>
<file>buttons/ban.png</file> <file>buttons/ban.png</file>

View file

@ -5,6 +5,7 @@ namespace chatterino {
Resources2::Resources2() Resources2::Resources2()
{ {
this->avatars.fourtf = QPixmap(":/avatars/fourtf.png"); this->avatars.fourtf = QPixmap(":/avatars/fourtf.png");
this->avatars.kararty = QPixmap(":/avatars/kararty.png");
this->avatars.mm2pl = QPixmap(":/avatars/mm2pl.png"); this->avatars.mm2pl = QPixmap(":/avatars/mm2pl.png");
this->avatars.pajlada = QPixmap(":/avatars/pajlada.png"); this->avatars.pajlada = QPixmap(":/avatars/pajlada.png");
this->avatars.zneix = QPixmap(":/avatars/zneix.png"); this->avatars.zneix = QPixmap(":/avatars/zneix.png");

View file

@ -10,6 +10,7 @@ public:
struct { struct {
QPixmap fourtf; QPixmap fourtf;
QPixmap kararty;
QPixmap mm2pl; QPixmap mm2pl;
QPixmap pajlada; QPixmap pajlada;
QPixmap zneix; QPixmap zneix;