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
3 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -1,12 +1,12 @@
<RCC>
<qresource prefix="/">
<file>avatars/fourtf.png</file>
<file>avatars/kararty.png</file>
<file>avatars/matthewde.jpg</file>
<file>avatars/mm2pl.png</file>
<file>avatars/pajlada.png</file>
<file>avatars/revolter.jpg</file>
<file>avatars/zneix.png</file>
<file>avatars/kararty.png</file>
<file>buttons/addSplit.png</file>
<file>buttons/addSplitDark.png</file>
<file>buttons/ban.png</file>
+1
View File
@@ -5,6 +5,7 @@ namespace chatterino {
Resources2::Resources2()
{
this->avatars.fourtf = QPixmap(":/avatars/fourtf.png");
this->avatars.kararty = QPixmap(":/avatars/kararty.png");
this->avatars.mm2pl = QPixmap(":/avatars/mm2pl.png");
this->avatars.pajlada = QPixmap(":/avatars/pajlada.png");
this->avatars.zneix = QPixmap(":/avatars/zneix.png");
+1
View File
@@ -10,6 +10,7 @@ public:
struct {
QPixmap fourtf;
QPixmap kararty;
QPixmap mm2pl;
QPixmap pajlada;
QPixmap zneix;