@@ -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>
|
||||
|
||||
@@ -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");
|
||||
|
||||
@@ -10,6 +10,7 @@ public:
|
||||
|
||||
struct {
|
||||
QPixmap fourtf;
|
||||
QPixmap kararty;
|
||||
QPixmap mm2pl;
|
||||
QPixmap pajlada;
|
||||
QPixmap zneix;
|
||||
|
||||
Reference in New Issue
Block a user