| 1 | #include "empty_label_widget.h" |
| 2 | |
| 3 | EmptyLabelWidget::EmptyLabelWidget(QWidget *parent) |
| 4 | : EmptyContainerInfo(parent) |
| 5 | { |
| 6 | setUpDefaultLayout(true); |
| 7 | titleLabel->setText(tr("This label doesn't contain comics yet")); |
| 8 | } |
| 9 | |
| 10 | void EmptyLabelWidget::setColor(YACReader::LabelColors color) |
| 11 | { |