#include "ResourcesAutogen.hpp" namespace chatterino { Resources2::Resources2() { this->avatars.fourtf = QPixmap(":/avatars/fourtf.png"); this->avatars.pajlada = QPixmap(":/avatars/pajlada.png"); this->buttons.addSplit = QPixmap(":/buttons/addSplit.png"); this->buttons.addSplitDark = QPixmap(":/buttons/addSplitDark.png"); this->buttons.ban = QPixmap(":/buttons/ban.png"); this->buttons.banRed = QPixmap(":/buttons/banRed.png"); this->buttons.menuDark = QPixmap(":/buttons/menuDark.png"); this->buttons.menuLight = QPixmap(":/buttons/menuLight.png"); this->buttons.mod = QPixmap(":/buttons/mod.png"); this->buttons.modModeDisabled = QPixmap(":/buttons/modModeDisabled.png"); this->buttons.modModeDisabled2 = QPixmap(":/buttons/modModeDisabled2.png"); this->buttons.modModeEnabled = QPixmap(":/buttons/modModeEnabled.png"); this->buttons.modModeEnabled2 = QPixmap(":/buttons/modModeEnabled2.png"); this->buttons.timeout = QPixmap(":/buttons/timeout.png"); this->buttons.unban = QPixmap(":/buttons/unban.png"); this->buttons.unmod = QPixmap(":/buttons/unmod.png"); this->buttons.update = QPixmap(":/buttons/update.png"); this->buttons.updateError = QPixmap(":/buttons/updateError.png"); this->error = QPixmap(":/error.png"); this->icon = QPixmap(":/icon.png"); this->pajaDank = QPixmap(":/pajaDank.png"); this->settings.aboutlogo = QPixmap(":/settings/aboutlogo.png"); this->split.down = QPixmap(":/split/down.png"); this->split.left = QPixmap(":/split/left.png"); this->split.move = QPixmap(":/split/move.png"); this->split.right = QPixmap(":/split/right.png"); this->split.up = QPixmap(":/split/up.png"); this->twitch.admin = QPixmap(":/twitch/admin.png"); this->twitch.broadcaster = QPixmap(":/twitch/broadcaster.png"); this->twitch.cheer1 = QPixmap(":/twitch/cheer1.png"); this->twitch.globalmod = QPixmap(":/twitch/globalmod.png"); this->twitch.moderator = QPixmap(":/twitch/moderator.png"); this->twitch.prime = QPixmap(":/twitch/prime.png"); this->twitch.staff = QPixmap(":/twitch/staff.png"); this->twitch.subscriber = QPixmap(":/twitch/subscriber.png"); this->twitch.turbo = QPixmap(":/twitch/turbo.png"); this->twitch.verified = QPixmap(":/twitch/verified.png"); } } // namespace chatterino