Added trashcan, replaced messageID var with this-message().id, removed pubsub stuff that didn't belong

This commit is contained in:
apa420
2019-04-28 02:25:05 +02:00
parent 4f79d6fc07
commit 3c1d264689
10 changed files with 13 additions and 18 deletions
+1
View File
@@ -18,6 +18,7 @@ Resources2::Resources2()
this->buttons.modModeEnabled = QPixmap(":/buttons/modModeEnabled.png");
this->buttons.modModeEnabled2 = QPixmap(":/buttons/modModeEnabled2.png");
this->buttons.timeout = QPixmap(":/buttons/timeout.png");
this->buttons.trashCan = QPixmap(":/buttons/trashCan.png");
this->buttons.unban = QPixmap(":/buttons/unban.png");
this->buttons.unmod = QPixmap(":/buttons/unmod.png");
this->buttons.update = QPixmap(":/buttons/update.png");