mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
parent
93eafea377
commit
b969108cca
3 changed files with 3 additions and 1 deletions
|
@ -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>
|
||||||
|
|
|
@ -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");
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue